Commit 01255665 by 陈羽

add: bugfix我的顾客列表

parent 85548c4a
......@@ -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