This commit is contained in:
熊成强 2020-11-20 16:19:00 +08:00
parent 22a9d3208c
commit 188428cb62

View File

@ -99,6 +99,7 @@ export default {
} else { } else {
this.list = list this.list = list
this.form.staffIds = list.value this.form.staffIds = list.value
this.$loadingEnd()
} }
}, },
async handleSumitForResult (parmas = {}) { async handleSumitForResult (parmas = {}) {