Commit 01bc7add by 陈羽

Merge branch 'bugfix/我的顾客列表' into dev

parents fca879f6 01255665
......@@ -173,6 +173,7 @@ export default {
const that = this;
if (Object.keys(newData)) {
that.currentPage = 1;
console.log('watch');
that.getTableList();
}
},
......@@ -182,13 +183,6 @@ export default {
that.searchInput = '';
}
}
},
mounted() {
const that = this;
if (Object.keys(that.departObj)) {
that.currentPage = 1;
that.getTableList();
}
}
};
</script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment