@@ -83,15 +83,18 @@ export default {
customerClueOption: [],
};
},
- created() {
+ // created() {
+ // this.getCustomerClue();
+ // this.approveList();
+ // },
+ activated() {
this.getCustomerClue();
- activated() {},
watch: {
refreshClewPage: {
handler(val) {
if (val) {
- this.approveList();
store.dispatch('setRefreshClewPage', false);
}