From 2202d419dd2b8fceaf2d287273cfac7164300460 Mon Sep 17 00:00:00 2001 From: RenCheng Date: Mon, 28 Apr 2025 12:06:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE=E6=B8=85?= =?UTF-8?q?=E6=B4=97=E8=A7=84=E5=88=99=E4=B8=BA=E5=8E=9F=E5=A7=8B=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/datawashing/dataformatsRules/index.vue | 6 +++--- src/views/datawashing/datatypeConversionRules/index.vue | 6 +++--- src/views/datawashing/deEmphasisRules/index.vue | 6 +++--- src/views/datawashing/missingvalueRules/index.vue | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/views/datawashing/dataformatsRules/index.vue b/src/views/datawashing/dataformatsRules/index.vue index b865540..1499358 100644 --- a/src/views/datawashing/dataformatsRules/index.vue +++ b/src/views/datawashing/dataformatsRules/index.vue @@ -131,9 +131,9 @@ export default { getDataType() { getAction("/dataType/getExistingDataTypes", {}).then((res) => { if (res.success) { - this.dataTypeList = res.result.result.DATA_CONN_STANDARD - if(res.result.result.DATA_CONN_STANDARD.length > 0){ - this.queryParam.dataType = res.result.result.DATA_CONN_STANDARD[0].enName + this.dataTypeList = res.result.result.DATA_CONN_ORIGINAL + if(res.result.result.DATA_CONN_ORIGINAL.length > 0){ + this.queryParam.dataType = res.result.result.DATA_CONN_ORIGINAL[0].enName } this.getQueryPage() } else { diff --git a/src/views/datawashing/datatypeConversionRules/index.vue b/src/views/datawashing/datatypeConversionRules/index.vue index bdf6c29..0798e05 100644 --- a/src/views/datawashing/datatypeConversionRules/index.vue +++ b/src/views/datawashing/datatypeConversionRules/index.vue @@ -131,9 +131,9 @@ export default { getDataType() { getAction("/dataType/getExistingDataTypes", {}).then((res) => { if (res.success) { - this.dataTypeList = res.result.result.DATA_CONN_STANDARD - if(res.result.result.DATA_CONN_STANDARD.length > 0){ - this.queryParam.dataType = res.result.result.DATA_CONN_STANDARD[0].enName + this.dataTypeList = res.result.result.DATA_CONN_ORIGINAL + if(res.result.result.DATA_CONN_ORIGINAL.length > 0){ + this.queryParam.dataType = res.result.result.DATA_CONN_ORIGINAL[0].enName } this.getQueryPage() } else { diff --git a/src/views/datawashing/deEmphasisRules/index.vue b/src/views/datawashing/deEmphasisRules/index.vue index 24c20f9..ccc3c38 100644 --- a/src/views/datawashing/deEmphasisRules/index.vue +++ b/src/views/datawashing/deEmphasisRules/index.vue @@ -153,9 +153,9 @@ export default { getDataType() { getAction("/dataType/getExistingDataTypes", {}).then((res) => { if (res.success) { - this.dataTypeList = res.result.result.DATA_CONN_STANDARD - if(res.result.result.DATA_CONN_STANDARD.length > 0){ - this.queryParam.dataType = res.result.result.DATA_CONN_STANDARD[0].enName + this.dataTypeList = res.result.result.DATA_CONN_ORIGINAL + if(res.result.result.DATA_CONN_ORIGINAL.length > 0){ + this.queryParam.dataType = res.result.result.DATA_CONN_ORIGINAL[0].enName } this.getQueryPage() } else { diff --git a/src/views/datawashing/missingvalueRules/index.vue b/src/views/datawashing/missingvalueRules/index.vue index 129454a..a11b9e9 100644 --- a/src/views/datawashing/missingvalueRules/index.vue +++ b/src/views/datawashing/missingvalueRules/index.vue @@ -177,9 +177,9 @@ export default { getDataType() { getAction("/dataType/getExistingDataTypes", {}).then((res) => { if (res.success) { - this.dataTypeList = res.result.result.DATA_CONN_STANDARD - if(res.result.result.DATA_CONN_STANDARD.length > 0){ - this.queryParam.dataType = res.result.result.DATA_CONN_STANDARD[0].enName + this.dataTypeList = res.result.result.DATA_CONN_ORIGINAL + if(res.result.result.DATA_CONN_ORIGINAL.length > 0){ + this.queryParam.dataType = res.result.result.DATA_CONN_ORIGINAL[0].enName } this.getQueryPage() } else {