Browse Source

修改常见选项删除提示语

zhangxc 6 years ago
parent
commit
5bd20b4757
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/icss/CommonSymptom.vue

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

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