拆分列表
This commit is contained in:
@@ -146,7 +146,7 @@
|
||||
title: '标签类型',
|
||||
align: "center",
|
||||
width: 100,
|
||||
dataIndex: 'fieldShowType',
|
||||
dataIndex: 'attributeType_dictText',
|
||||
},
|
||||
{
|
||||
title: '描述',
|
||||
@@ -191,7 +191,7 @@
|
||||
loadData(param){
|
||||
let params={
|
||||
...this.queryParams,
|
||||
is_tag_dict:1,
|
||||
isTagDict:1,
|
||||
}
|
||||
getAction(`sys/dict/page`,params).then(res=>{
|
||||
if(res.success){
|
||||
@@ -240,6 +240,9 @@
|
||||
}
|
||||
})
|
||||
}else if(this.isEdit==0){
|
||||
this.$delete(params,'isReadOnly')
|
||||
this.$delete(params,'isTagDict')
|
||||
// console.log('editparams',params)
|
||||
putAction(`sys/dict/edit`,params).then(res=>{
|
||||
if(res.success){
|
||||
this.$notification.success({
|
||||
|
||||
Reference in New Issue
Block a user