修改bug
This commit is contained in:
parent
ebf93f93ef
commit
38d1bab8ca
@ -146,10 +146,13 @@ import api from "@/services/eventTracingApi";
|
||||
};
|
||||
},
|
||||
mounted () {
|
||||
this.queryParam.caseNo = this.eventTraDialog.caseNo
|
||||
this.initializeQuery()
|
||||
this.getList(1)
|
||||
},
|
||||
methods: {
|
||||
initializeQuery(){
|
||||
this.queryParam.caseNo = this.eventTraDialog.caseNo
|
||||
},
|
||||
handleChangeDate() {
|
||||
this.activeUsage = ''
|
||||
if(this.queryDate === null) {
|
||||
@ -164,13 +167,14 @@ import api from "@/services/eventTracingApi";
|
||||
// 重置
|
||||
hanldeReset() {
|
||||
for (let key in this.queryParam) {
|
||||
this.queryParam[key] = ''
|
||||
this.queryParam[key] = ''
|
||||
}
|
||||
this.queryParam.current = 1
|
||||
this.queryParam.size = 10
|
||||
|
||||
this.activeUsage = ''
|
||||
this.queryDate = ''
|
||||
this.initializeQuery()
|
||||
},
|
||||
handleSearch() {
|
||||
this.queryParam.size = 10;
|
||||
|
||||
@ -142,10 +142,13 @@ import api from "@/services/eventTracingApi";
|
||||
};
|
||||
},
|
||||
mounted () {
|
||||
this.queryParam.caseNo = this.eventTraDialog.caseNo
|
||||
this.initializeQuery()
|
||||
this.getList(1)
|
||||
},
|
||||
methods: {
|
||||
initializeQuery(){
|
||||
this.queryParam.caseNo = this.eventTraDialog.caseNo
|
||||
},
|
||||
handleChangeDate() {
|
||||
this.activeUsage = ''
|
||||
if(this.queryDate === null) {
|
||||
@ -167,6 +170,7 @@ import api from "@/services/eventTracingApi";
|
||||
|
||||
this.activeUsage = ''
|
||||
this.queryDate = ''
|
||||
this.initializeQuery()
|
||||
},
|
||||
handleSearch() {
|
||||
this.queryParam.size = 10;
|
||||
|
||||
@ -140,10 +140,13 @@ import caseManagementapi from "@/services/caseManagement";
|
||||
};
|
||||
},
|
||||
mounted () {
|
||||
this.queryParam.caseNo = this.eventTraDialog.caseNo
|
||||
this.initializeQuery()
|
||||
this.getList(1)
|
||||
},
|
||||
methods: {
|
||||
initializeQuery(){
|
||||
this.queryParam.caseNo = this.eventTraDialog.caseNo
|
||||
},
|
||||
handleChangeDate() {
|
||||
this.activeUsage = ''
|
||||
if(this.queryDate === null) {
|
||||
@ -164,6 +167,7 @@ import caseManagementapi from "@/services/caseManagement";
|
||||
this.queryParam.size = 10
|
||||
this.activeUsage = ''
|
||||
this.queryDate = ''
|
||||
this.initializeQuery()
|
||||
},
|
||||
handleSearch() {
|
||||
this.queryParam.size = 10;
|
||||
|
||||
@ -148,13 +148,16 @@ import api from "@/services/eventTracingApi";
|
||||
};
|
||||
},
|
||||
mounted () {
|
||||
this.queryParam.caseNo = this.eventTraDialog.caseNo
|
||||
if (this.eventTraDialog.caseId != undefined && this.eventTraDialog.caseId != '') {
|
||||
this.queryParam.caseId = this.eventTraDialog.caseId
|
||||
}
|
||||
thiis.initializeQuery()
|
||||
this.getList(1)
|
||||
},
|
||||
methods: {
|
||||
initializeQuery(){
|
||||
this.queryParam.caseNo = this.eventTraDialog.caseNo
|
||||
if (this.eventTraDialog.caseId != undefined && this.eventTraDialog.caseId != '') {
|
||||
this.queryParam.caseId = this.eventTraDialog.caseId
|
||||
}
|
||||
},
|
||||
handleChangeDate() {
|
||||
this.activeUsage = ''
|
||||
if(this.queryDate === null) {
|
||||
@ -175,6 +178,7 @@ import api from "@/services/eventTracingApi";
|
||||
this.queryParam.size = 10
|
||||
this.activeUsage = ''
|
||||
this.queryDate = ''
|
||||
this.initializeQuery()
|
||||
},
|
||||
handleSearch() {
|
||||
this.queryParam.size = 10;
|
||||
|
||||
@ -160,10 +160,13 @@ import caseapi from "@/services/caseManagement";
|
||||
};
|
||||
},
|
||||
mounted () {
|
||||
this.queryParam.caseNo = this.eventTraDialog.caseNo
|
||||
this.initializeQuery()
|
||||
this.getProofList(1)
|
||||
},
|
||||
methods: {
|
||||
initializeQuery(){
|
||||
this.queryParam.caseNo = this.eventTraDialog.caseNo
|
||||
},
|
||||
handleChangeDate() {
|
||||
this.activeUsage = ''
|
||||
if(this.queryDate === null) {
|
||||
@ -184,6 +187,7 @@ import caseapi from "@/services/caseManagement";
|
||||
this.queryParam.size = 10
|
||||
this.activeUsage = ''
|
||||
this.queryDate = ''
|
||||
this.initializeQuery()
|
||||
},
|
||||
handleSearch() {
|
||||
this.queryParam.size = 10;
|
||||
|
||||
@ -142,10 +142,13 @@ import api from "@/services/eventTracingApi";
|
||||
};
|
||||
},
|
||||
mounted () {
|
||||
this.queryParam.caseNo = this.eventTraDialog.caseNo
|
||||
this.initializeQuery()
|
||||
this.getList(1)
|
||||
},
|
||||
methods: {
|
||||
initializeQuery(){
|
||||
this.queryParam.caseNo = this.eventTraDialog.caseNo
|
||||
},
|
||||
handleChangeDate() {
|
||||
this.activeUsage = ''
|
||||
if(this.queryDate === null) {
|
||||
@ -166,6 +169,7 @@ import api from "@/services/eventTracingApi";
|
||||
this.queryParam.size = 10
|
||||
this.activeUsage = ''
|
||||
this.queryDate = ''
|
||||
this.initializeQuery()
|
||||
},
|
||||
handleSearch() {
|
||||
this.queryParam.size = 10;
|
||||
|
||||
@ -149,13 +149,16 @@ export default {
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
this.queryParam.caseNo = this.eventTraDialog.caseNo
|
||||
if (this.eventTraDialog.caseId != undefined && this.eventTraDialog.caseId != '') {
|
||||
this.queryParam.caseId = this.eventTraDialog.caseId
|
||||
}
|
||||
this.initializeQuery()
|
||||
this.getList(1)
|
||||
},
|
||||
methods: {
|
||||
initializeQuery(){
|
||||
this.queryParam.caseNo = this.eventTraDialog.caseNo
|
||||
if (this.eventTraDialog.caseId != undefined && this.eventTraDialog.caseId != '') {
|
||||
this.queryParam.caseId = this.eventTraDialog.caseId
|
||||
}
|
||||
},
|
||||
handleChangeDate() {
|
||||
this.activeUsage = ''
|
||||
if (this.queryDate === null) {
|
||||
@ -176,6 +179,7 @@ export default {
|
||||
this.queryParam.size = 10
|
||||
this.activeUsage = ''
|
||||
this.queryDate = ''
|
||||
this.initializeQuery()
|
||||
},
|
||||
handleSearch() {
|
||||
this.queryParam.size = 10;
|
||||
|
||||
@ -126,15 +126,17 @@ import api from "@/services/eventTracingApi";
|
||||
};
|
||||
},
|
||||
mounted () {
|
||||
this.queryParam.caseNo = this.DialogDetail.caseNo
|
||||
if (this.DialogDetail.caseId != undefined && this.DialogDetail.caseId != '') {
|
||||
this.queryParam.caseId = this.DialogDetail.caseId
|
||||
}
|
||||
|
||||
this.queryParam.traceId = this.DialogDetail.id
|
||||
this.initializeQuery()
|
||||
this.getList(1)
|
||||
},
|
||||
methods: {
|
||||
initializeQuery(){
|
||||
this.queryParam.caseNo = this.DialogDetail.caseNo
|
||||
if (this.DialogDetail.caseId != undefined && this.DialogDetail.caseId != '') {
|
||||
this.queryParam.caseId = this.DialogDetail.caseId
|
||||
}
|
||||
this.queryParam.traceId = this.DialogDetail.id
|
||||
},
|
||||
handleChangeDate() {
|
||||
this.activeUsage = ''
|
||||
if(this.queryDate === null) {
|
||||
@ -155,6 +157,7 @@ import api from "@/services/eventTracingApi";
|
||||
this.queryParam.size = 10
|
||||
this.activeUsage = ''
|
||||
this.queryDate = ''
|
||||
this.initializeQuery()
|
||||
},
|
||||
handleSearch() {
|
||||
this.queryParam.size = 10;
|
||||
|
||||
@ -110,14 +110,18 @@ import api from "@/services/eventTracingApi";
|
||||
};
|
||||
},
|
||||
mounted () {
|
||||
this.queryParam.traceId = this.DialogDetail.id
|
||||
this.queryParam.caseNo = this.DialogDetail.caseNo
|
||||
if (this.DialogDetail.caseId != undefined && this.DialogDetail.caseId != '') {
|
||||
this.queryParam.caseId = this.DialogDetail.caseId
|
||||
}
|
||||
this.initializeQuery()
|
||||
|
||||
this.getList(1)
|
||||
},
|
||||
methods: {
|
||||
initializeQuery(){
|
||||
this.queryParam.traceId = this.DialogDetail.id
|
||||
this.queryParam.caseNo = this.DialogDetail.caseNo
|
||||
if (this.DialogDetail.caseId != undefined && this.DialogDetail.caseId != '') {
|
||||
this.queryParam.caseId = this.DialogDetail.caseId
|
||||
}
|
||||
},
|
||||
handleChangeDate() {
|
||||
this.activeUsage = ''
|
||||
if(this.queryDate === null) {
|
||||
@ -138,6 +142,7 @@ import api from "@/services/eventTracingApi";
|
||||
this.queryParam.size = 10
|
||||
this.activeUsage = ''
|
||||
this.queryDate = ''
|
||||
this.initializeQuery()
|
||||
},
|
||||
handleSearch() {
|
||||
this.queryParam.size = 10;
|
||||
|
||||
@ -107,14 +107,18 @@ import api from "@/services/eventTracingApi";
|
||||
};
|
||||
},
|
||||
mounted () {
|
||||
this.queryParam.caseNo = this.DialogDetail.caseNo
|
||||
if (this.DialogDetail.caseId != undefined && this.DialogDetail.caseId != '') {
|
||||
this.queryParam.caseId = this.DialogDetail.caseId
|
||||
}
|
||||
this.queryParam.traceId = this.DialogDetail.id
|
||||
this.initializeQuery()
|
||||
|
||||
this.getList(1)
|
||||
},
|
||||
methods: {
|
||||
initializeQuery(){
|
||||
this.queryParam.caseNo = this.DialogDetail.caseNo
|
||||
if (this.DialogDetail.caseId != undefined && this.DialogDetail.caseId != '') {
|
||||
this.queryParam.caseId = this.DialogDetail.caseId
|
||||
}
|
||||
this.queryParam.traceId = this.DialogDetail.id
|
||||
},
|
||||
handleChangeDate() {
|
||||
this.activeUsage = ''
|
||||
if(this.queryDate === null) {
|
||||
@ -135,6 +139,7 @@ import api from "@/services/eventTracingApi";
|
||||
this.queryParam.size = 10
|
||||
this.activeUsage = ''
|
||||
this.queryDate = ''
|
||||
this.initializeQuery()
|
||||
},
|
||||
handleSearch() {
|
||||
this.queryParam.size = 10;
|
||||
|
||||
@ -137,17 +137,21 @@ export default {
|
||||
},
|
||||
mounted() {
|
||||
// console.log(this.DialogDetail, 'this.DialogDetail.caseNo')
|
||||
if (this.DialogDetail.caseNo != undefined && this.DialogDetail.caseNo != '') {
|
||||
this.queryParam.caseNo = this.DialogDetail.caseNo
|
||||
}
|
||||
if (this.DialogDetail.caseId != undefined && this.DialogDetail.caseId != '') {
|
||||
this.queryParam.caseId = this.DialogDetail.caseId
|
||||
}
|
||||
|
||||
this.queryParam.traceId = this.DialogDetail.id
|
||||
this.initializeQuery()
|
||||
|
||||
this.getList(1)
|
||||
},
|
||||
methods: {
|
||||
initializeQuery(){
|
||||
if (this.DialogDetail.caseNo != undefined && this.DialogDetail.caseNo != '') {
|
||||
this.queryParam.caseNo = this.DialogDetail.caseNo
|
||||
}
|
||||
if (this.DialogDetail.caseId != undefined && this.DialogDetail.caseId != '') {
|
||||
this.queryParam.caseId = this.DialogDetail.caseId
|
||||
}
|
||||
this.queryParam.traceId = this.DialogDetail.id
|
||||
},
|
||||
handleChangeDate() {
|
||||
this.activeUsage = ''
|
||||
if (this.queryDate === null) {
|
||||
@ -168,6 +172,7 @@ export default {
|
||||
this.queryParam.size = 10
|
||||
this.activeUsage = ''
|
||||
this.queryDate = ''
|
||||
this.initializeQuery()
|
||||
},
|
||||
handleSearch() {
|
||||
this.queryParam.size = 10;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user