Selaa lähdekoodia

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

duanxiaoduan 6 kuukautta sitten
vanhempi
commit
025b3a6917
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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{