修改配置清洗规则为原始库
This commit is contained in:
parent
a252c402ae
commit
2202d419dd
|
@ -131,9 +131,9 @@ export default {
|
||||||
getDataType() {
|
getDataType() {
|
||||||
getAction("/dataType/getExistingDataTypes", {}).then((res) => {
|
getAction("/dataType/getExistingDataTypes", {}).then((res) => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.dataTypeList = res.result.result.DATA_CONN_STANDARD
|
this.dataTypeList = res.result.result.DATA_CONN_ORIGINAL
|
||||||
if(res.result.result.DATA_CONN_STANDARD.length > 0){
|
if(res.result.result.DATA_CONN_ORIGINAL.length > 0){
|
||||||
this.queryParam.dataType = res.result.result.DATA_CONN_STANDARD[0].enName
|
this.queryParam.dataType = res.result.result.DATA_CONN_ORIGINAL[0].enName
|
||||||
}
|
}
|
||||||
this.getQueryPage()
|
this.getQueryPage()
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -131,9 +131,9 @@ export default {
|
||||||
getDataType() {
|
getDataType() {
|
||||||
getAction("/dataType/getExistingDataTypes", {}).then((res) => {
|
getAction("/dataType/getExistingDataTypes", {}).then((res) => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.dataTypeList = res.result.result.DATA_CONN_STANDARD
|
this.dataTypeList = res.result.result.DATA_CONN_ORIGINAL
|
||||||
if(res.result.result.DATA_CONN_STANDARD.length > 0){
|
if(res.result.result.DATA_CONN_ORIGINAL.length > 0){
|
||||||
this.queryParam.dataType = res.result.result.DATA_CONN_STANDARD[0].enName
|
this.queryParam.dataType = res.result.result.DATA_CONN_ORIGINAL[0].enName
|
||||||
}
|
}
|
||||||
this.getQueryPage()
|
this.getQueryPage()
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -153,9 +153,9 @@ export default {
|
||||||
getDataType() {
|
getDataType() {
|
||||||
getAction("/dataType/getExistingDataTypes", {}).then((res) => {
|
getAction("/dataType/getExistingDataTypes", {}).then((res) => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.dataTypeList = res.result.result.DATA_CONN_STANDARD
|
this.dataTypeList = res.result.result.DATA_CONN_ORIGINAL
|
||||||
if(res.result.result.DATA_CONN_STANDARD.length > 0){
|
if(res.result.result.DATA_CONN_ORIGINAL.length > 0){
|
||||||
this.queryParam.dataType = res.result.result.DATA_CONN_STANDARD[0].enName
|
this.queryParam.dataType = res.result.result.DATA_CONN_ORIGINAL[0].enName
|
||||||
}
|
}
|
||||||
this.getQueryPage()
|
this.getQueryPage()
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -177,9 +177,9 @@ export default {
|
||||||
getDataType() {
|
getDataType() {
|
||||||
getAction("/dataType/getExistingDataTypes", {}).then((res) => {
|
getAction("/dataType/getExistingDataTypes", {}).then((res) => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.dataTypeList = res.result.result.DATA_CONN_STANDARD
|
this.dataTypeList = res.result.result.DATA_CONN_ORIGINAL
|
||||||
if(res.result.result.DATA_CONN_STANDARD.length > 0){
|
if(res.result.result.DATA_CONN_ORIGINAL.length > 0){
|
||||||
this.queryParam.dataType = res.result.result.DATA_CONN_STANDARD[0].enName
|
this.queryParam.dataType = res.result.result.DATA_CONN_ORIGINAL[0].enName
|
||||||
}
|
}
|
||||||
this.getQueryPage()
|
this.getQueryPage()
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user