md
This commit is contained in:
parent
46aacd7e81
commit
a256267975
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user