浏览代码

Finish Hotfix-zh-9

howie 3 年之前
父节点
当前提交
02807cb707

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

@@ -817,6 +817,7 @@ export default {
     },
     },
     handleSave() {
     handleSave() {
       console.log(this.dataList);
       console.log(this.dataList);
+      console.log(555);
       if (!this.dataList.length) {
       if (!this.dataList.length) {
           return
           return
       }
       }

+ 1 - 0
src/views/supply/policy/components/retail_form.vue

@@ -1392,6 +1392,7 @@ export default {
             });
             });
           } else {
           } else {
             addData(params).then((res) => {
             addData(params).then((res) => {
+              console.log(5585);
               this.$successMsg("添加成功");
               this.$successMsg("添加成功");
               this.goBack();
               this.goBack();
               this.$parent.getList();
               this.$parent.getList();