This commit is contained in:
zhutianqi
2022-01-07 10:34:31 +08:00
parent 62f2700c31
commit d688b4b213
2 changed files with 15 additions and 4 deletions
@@ -755,7 +755,11 @@
}
},
QYBZcloseDrawer () {
this.clearQYBZ()
this.QYBZform = {
page: 1,
standCode: '',
standName: '',
}
},
QYBZenterDrawer () {
if (this.QYBZformSelect.length > 1) {
@@ -765,7 +769,11 @@
} else {
this.addForm.rqbJson = this.QYBZformSelect[0].id
this.addForm.rqbName = this.QYBZformSelect[0].standCode
this.clearQYBZ()
this.QYBZform = {
page: 1,
standCode: '',
standName: '',
}
this.QYBZmodal = false
}
},
@@ -795,6 +803,7 @@
standCode: '',
standName: '',
}
this.QYBZget()
},
choiceQYBZ (id) {
if (this.DrawerType === 'see') {