轨迹异常弹窗带参数

This commit is contained in:
wuteng 2026-04-10 15:37:48 +08:00
parent 4b6ba32e9e
commit 9ef0863d24

View File

@ -955,6 +955,7 @@ export default {
}
},
created() {
this.queryParams.billCode = this.$route.query.billCode;
if(this.$route.query.action=='queryByCredit'){
if(this.$route.query.custNo!=null){
@ -992,7 +993,7 @@ export default {
this.queryOrderType="1";
this.queryOrderDateType="1";
// this.queryExpireNotSign="1"
this.getList();
}
},