修改配置清洗规则为原始库
This commit is contained in:
parent
a252c402ae
commit
2202d419dd
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user