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