forked from github/dataease
fix: 字段编辑修复
This commit is contained in:
parent
a55b62e3f6
commit
4b039160e3
@ -315,6 +315,8 @@ export default {
|
|||||||
if (!this.fieldForm.id) {
|
if (!this.fieldForm.id) {
|
||||||
this.fieldForm.type = this.fieldForm.deType
|
this.fieldForm.type = this.fieldForm.deType
|
||||||
this.fieldForm.deExtractType = this.fieldForm.deType
|
this.fieldForm.deExtractType = this.fieldForm.deType
|
||||||
|
this.fieldForm.tableId = this.param.id
|
||||||
|
this.fieldForm.columnIndex = this.tableFields.dimensionList.length + this.tableFields.quotaList.length
|
||||||
}
|
}
|
||||||
post('/dataset/field/save', this.fieldForm).then(response => {
|
post('/dataset/field/save', this.fieldForm).then(response => {
|
||||||
this.closeCalcField()
|
this.closeCalcField()
|
||||||
|
Loading…
Reference in New Issue
Block a user