fix: 字段编辑修复

This commit is contained in:
junjie 2021-08-03 14:51:52 +08:00
parent a55b62e3f6
commit 4b039160e3

View File

@ -315,6 +315,8 @@ export default {
if (!this.fieldForm.id) {
this.fieldForm.type = 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 => {
this.closeCalcField()