浏览代码

医学术语静态知识维护

morphone1995 5 年之前
父节点
当前提交
75c98598c6
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/components/icss/AddMedicinePrompt.vue

+ 2 - 0
src/components/icss/AddMedicinePrompt.vue

@@ -374,7 +374,9 @@
         this.showConfirmDialog(msg, () => {
           this.saveDisable = true  //提交保存按钮不可点击,返回结果时才可点击,防止频繁发送请求
           api.saveTermPrompts(param).then((res) => {
+           
             if (res.data.code === '0') {
+              this.isSuccessUpload = 0 // 修改文件上传状态为0
               this.warning(res.data.msg || '保存成功', 'success');
               //返回带搜索条件的首页
               this.$router.push({name:'MedicinePrompt',params:Object.assign({},this.$route.params,{currentPage:1})});