fix: 1、source新增/编辑页面去除enable内容;2、profile的新增/编辑界面,mapping块加块级的删除按钮
This commit is contained in:
@@ -91,6 +91,8 @@ export default {
|
||||
}
|
||||
})
|
||||
this.disableEdit = this.batchDeleteObjs.length !== 1
|
||||
// todo 该字段后续会修改
|
||||
this.disableEdit = !!objs.flag
|
||||
this.disableDelete = this.batchDeleteObjs.length < 1
|
||||
},
|
||||
getTableData (params, isAll, isClearType) {
|
||||
|
||||
Reference in New Issue
Block a user