This commit is contained in:
zyn
2023-04-04 21:46:29 +08:00
parent 9dc6ea7836
commit 52b8787140
@@ -1171,9 +1171,9 @@
methods: {
reveseStatusChange(val){
if(val === '1'){
this.form.standNum = this.maxStandnSn || ''
this.form.standNum = this.maxStandnSn
}else{
this.form.standNum = this.form.standSn || ''
this.form.standNum = this.form.standSn
}
},
standSortChange(val){