|
@@ -4439,17 +4439,17 @@ export default {
|
|
|
projectId:this.projectid,
|
|
|
type:2
|
|
|
}
|
|
|
- // saveOrUpdateNameRule(
|
|
|
+ saveOrUpdateNameRule(
|
|
|
|
|
|
- // {nameRuleDtos}
|
|
|
+ {nameRuleDtos}
|
|
|
|
|
|
- // ).then((res) => {
|
|
|
- // if(res.data.code==200){
|
|
|
- // this.$message.success('保存成功')
|
|
|
- // }else{
|
|
|
- // this.$message.error('保存失败')
|
|
|
- // }
|
|
|
- // });
|
|
|
+ ).then((res) => {
|
|
|
+ if(res.data.code==200){
|
|
|
+ this.$message.success('保存成功')
|
|
|
+ }else{
|
|
|
+ this.$message.error('保存失败')
|
|
|
+ }
|
|
|
+ });
|
|
|
},
|
|
|
changeRoleName(data,row){
|
|
|
// 找到对应的 dictValue
|