|
|
|
@ -686,7 +686,9 @@ export default {
|
|
|
|
|
page: 1,
|
|
|
|
|
limit: 10
|
|
|
|
|
};
|
|
|
|
|
this.getBizDetailList();
|
|
|
|
|
if(!isBlank(this.currentRow.billNo)) {
|
|
|
|
|
this.getBizDetailList();
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
onBizSubmit() {
|
|
|
|
|
this.bizQuery.page = 1;
|
|
|
|
@ -722,7 +724,10 @@ export default {
|
|
|
|
|
page: 1,
|
|
|
|
|
limit: 10
|
|
|
|
|
};
|
|
|
|
|
this.getCodeDetailList();
|
|
|
|
|
|
|
|
|
|
if(!isBlank(this.currentRow.billNo)) {
|
|
|
|
|
this.getCodeDetailList();
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
onCodeSubmit() {
|
|
|
|
|
this.codeQuery.page = 1;
|
|
|
|
@ -760,7 +765,10 @@ export default {
|
|
|
|
|
page: 1,
|
|
|
|
|
limit: 10
|
|
|
|
|
};
|
|
|
|
|
this.getResultDetailList();
|
|
|
|
|
|
|
|
|
|
if(!isBlank(this.currentRow.billNo)) {
|
|
|
|
|
this.getResultDetailList();
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
onResultSubmit() {
|
|
|
|
|
this.resultQuery.page = 1;
|
|
|
|
|