|
@@ -59,6 +59,8 @@ export default {
|
|
|
handler(newVal) {
|
|
|
this.selectData = [];
|
|
|
if (newVal && newVal !== true) {
|
|
|
+ console.log('newVAal', newVal)
|
|
|
+ console.log('进来了')
|
|
|
newVal.split(",").forEach((id) => {
|
|
|
userService.queryById(id).then((data) => {
|
|
|
if (data && data.id !== "") {
|