zuozhengqing
2024-04-10 7682660aa0ff7f6df5c480c5d34d3ca805949a1c
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("取消删除")
        });
      }
    }
  }