This commit is contained in:
xiongchengqiang 2020-12-21 14:32:54 +08:00
parent e1e5a7faf5
commit e72fc544af

View File

@ -310,6 +310,15 @@ export default {
'staffName': '',
'startId': 10
}
vm.options = {
startId: vm.$route.query.id || ''
}
vm.form = {
isShowPersonnel: false,
personnelList: {
list: []
}
}
vm.tableData = []
vm.titleList = []
await vm.initData()