diff --git a/frontend/src/views/dataset/data/CalcFieldEdit.vue b/frontend/src/views/dataset/data/CalcFieldEdit.vue index 02a1cd4b3c..ede881388d 100644 --- a/frontend/src/views/dataset/data/CalcFieldEdit.vue +++ b/frontend/src/views/dataset/data/CalcFieldEdit.vue @@ -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()