瀏覽代碼

【修改】注释

howie 2 年之前
父節點
當前提交
367752c491
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/views/finance/rebate_form.vue

+ 4 - 4
src/views/finance/rebate_form.vue

@@ -446,10 +446,10 @@ export default {
     this.getCustomerData();
     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: {
     // 合计
     getSummaries(param) {