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