Merge pull request #495 from dataease/pr@dev@fix_字段编辑

fix: 字段编辑修复
This commit is contained in:
XiaJunjie2020 2021-08-03 14:52:45 +08:00 committed by GitHub
commit 80797bef1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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()