浏览代码

备件申购保存报错提示

duanxiaoduan 11 月之前
父节点
当前提交
8395b1186c
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 0 0
      dist/index.html
  2. 1 1
      src/views/custom/subscribe/index.vue

文件差异内容过多而无法显示
+ 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{

部分文件因为文件数量过多而无法显示