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