浏览代码

Merge remote-tracking branch 'origin/diagBase6.0' into test

zhouna 4 年之前
父节点
当前提交
c3e0c84b80
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/components/basicKnow/BasicTermsMaintenance.vue

+ 3 - 0
src/components/basicKnow/BasicTermsMaintenance.vue

@@ -176,6 +176,9 @@ export default {
           this.getDataList();
           if (res.data.code == 0) {
             this.reloadFlag = true;
+              this.warning('更新成功','success');
+          }else{
+              this.warning(res.data.msg||'更新失败,请重试');
           }
         });
       }