|
@@ -77,7 +77,6 @@ export default {
|
|
|
},
|
|
},
|
|
|
activated() {
|
|
activated() {
|
|
|
this.getCustomerClue();
|
|
this.getCustomerClue();
|
|
|
- this.approveList();
|
|
|
|
|
},
|
|
},
|
|
|
watch: {
|
|
watch: {
|
|
|
$route(to, from) {
|
|
$route(to, from) {
|
|
@@ -108,7 +107,7 @@ export default {
|
|
|
});
|
|
});
|
|
|
});
|
|
});
|
|
|
this.customerClueOption = arr;
|
|
this.customerClueOption = arr;
|
|
|
- console.log(this.customerClueOption);
|
|
|
|
|
|
|
+ this.approveList();
|
|
|
},
|
|
},
|
|
|
submit() {
|
|
submit() {
|
|
|
var taskIds = [];
|
|
var taskIds = [];
|