Browse Source

备件申购保存报错提示

duanxiaoduan 6 months ago
parent
commit
8395b1186c
2 changed files with 1 additions and 1 deletions
  1. 0 0
      dist/index.html
  2. 1 1
      src/views/custom/subscribe/index.vue

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


+ 1 - 1
src/views/custom/subscribe/index.vue

@@ -3316,7 +3316,7 @@ export default {
                 this.dialogFormVisible2 = false
                 this.$notify({ title: '成功', message: '保存成功', type: 'success', duration: 2000 })
               } else {
-                failproccess(response, this.$notify)
+                this.$notify({ title: '保存失败', message: response.data, type: 'warning', duration: 2000 })
               }
             })
           }else{

Some files were not shown because too many files changed in this diff