修改
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user