[update] 修改标准化发起流程

This commit is contained in:
lideqin
2023-12-19 18:56:46 +08:00
parent 74dab3fa6a
commit 8e95a66b79
4 changed files with 34 additions and 25 deletions
@@ -149,10 +149,10 @@ export default {
methods: {
open (value) {
this.visible = true
this.loadData()
if (value) {
this.selectedRowKeys = value.split(',')
this.getUserListByIds(value)
this.loadData()
}
},
searchReset () {