howie 2 rokov pred
rodič
commit
517e90a717

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

@@ -728,7 +728,7 @@ export default {
         this.dcurrentPage = 1
         this.handletwoList()
       } else {
-        this.$errorMsg('导入失败')
+        this.$errorMsg(result.message)
       }
     },
     async getList() {

+ 1 - 1
src/views/sales_policy/components/editPolicy.vue

@@ -748,7 +748,7 @@ export default {
         this.dcurrentPage = 1
         this.handletwoList()
       } else {
-        this.$errorMsg('导入失败')
+        this.$errorMsg(result.message)
       }
     },
     async getList() {