This commit is contained in:
linfso 2025-03-13 08:21:29 +08:00
parent 46aacd7e81
commit a256267975

View File

@ -826,7 +826,7 @@ export default {
},
watch: {
$route () {
if(this.$route.action=='queryByCredit'){
if(this.$route.query.action=='queryByCredit'){
if(this.$route.query.custNo!=null){
this.queryParams.custNo=this.$route.query.custNo;
}
@ -846,7 +846,7 @@ export default {
}
},
created() {
if(this.$route.action=='queryByCredit'){
if(this.$route.query.action=='queryByCredit'){
if(this.$route.query.custNo!=null){
this.queryParams.custNo=this.$route.query.custNo;
}