Преглед на файлове

备件申购修改了新增报错报错提示

duanxiaoduan преди 10 месеца
родител
ревизия
025b3a6917
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/custom/subscribe/index.vue

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

@@ -2015,7 +2015,7 @@ export default {
               this.dialogFormVisible = 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{