|
@@ -446,10 +446,10 @@ export default {
|
|
this.getCustomerData();
|
|
this.getCustomerData();
|
|
this.searchForm.createBy = this.name;
|
|
this.searchForm.createBy = this.name;
|
|
},
|
|
},
|
|
- activated() {
|
|
|
|
- Object.assign(this.$data, this.$options.data());
|
|
|
|
- this.getCustomerData();
|
|
|
|
- },
|
|
|
|
|
|
+ // activated() {
|
|
|
|
+ // Object.assign(this.$data, this.$options.data());
|
|
|
|
+ // this.getCustomerData();
|
|
|
|
+ // },
|
|
methods: {
|
|
methods: {
|
|
// 合计
|
|
// 合计
|
|
getSummaries(param) {
|
|
getSummaries(param) {
|