Browse Source

【修改】新增政策

howie 2 years ago
parent
commit
5dd2ce6809
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/sales_policy/components/AddPolicy.vue

+ 2 - 1
src/views/sales_policy/components/AddPolicy.vue

@@ -877,7 +877,8 @@ export default {
             });
           });
           // this.dataList=[]
-          this.dataList = [...this.dataList,result.data.records];
+          console.log();
+          this.dataList = [...this.dataList,...result.data.records];
           this.listTotal = result.data.total;
           this.listLoading = false;
         })