소스 검색

常见科室症状详情页面确定直接返回列表页

zhangxc 6 년 전
부모
커밋
ed838a4fed
2개의 변경된 파일7개의 추가작업 그리고 2개의 파일을 삭제
  1. 6 1
      src/components/icss/AddCommonSymptom.vue
  2. 1 1
      src/components/icss/CommonSymptom.vue

+ 6 - 1
src/components/icss/AddCommonSymptom.vue

@@ -243,7 +243,12 @@
             return this.isHasTag(item, this.selectRightTagsList)
         },
         submitForm(formName) {
-           
+            if(this.isDetail) {
+                this.$router.push({
+                        path:'/admin/LT-YXSJWH-CJZZWH'
+                })
+                return;
+            }
             this.$refs[formName].validate((valid) => {
                 if (valid) {
                     return

+ 1 - 1
src/components/icss/CommonSymptom.vue

@@ -181,7 +181,7 @@
         }).catch(() => {});
       },
       showDelDialog(row){
-        this.showConfirmDialog('是否删除该科室症状?',()=>{
+        this.showConfirmDialog('是否删除该科室常见症状?',()=>{
           const param = {
             "deptId": row.id,
             "type": row.type