From 4b039160e32a18cdf5aa2eea13f30f11ac2ae641 Mon Sep 17 00:00:00 2001 From: junjie Date: Tue, 3 Aug 2021 14:51:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AD=97=E6=AE=B5=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/dataset/data/CalcFieldEdit.vue | 2 ++ 1 file changed, 2 insertions(+) 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()