src/views/systemSetting/dataDictionary/index.vue
@@ -247,12 +247,8 @@ }) }, rowClick(row,type){ if(type==="查看"){ this.editConfig.dialogTitle="查看" this.editConfig.visible=true this.editConfig.infomitton={...row,TabsIndex:this.TabsIndex} }else if(type==="修改"){ this.editConfig.dialogTitle="修改" if(type!=="删除"){ this.editConfig.dialogTitle=type this.editConfig.visible=true this.editConfig.infomitton={...row,TabsIndex:this.TabsIndex} }else if(type==="删除"){ @@ -270,7 +266,9 @@ }); } }) }) }).catch(() => { console.log("取消删除") }); } } }