userIdChange
This commit is contained in:
@ -229,6 +229,16 @@ export default {
|
||||
}
|
||||
});
|
||||
},
|
||||
userIdChange(userId) {
|
||||
delete this.form.projectId;
|
||||
userSelect({ userId }).then(({ code, msg, select }) => {
|
||||
if (code == 200) {
|
||||
this.userSelectList = select;
|
||||
} else {
|
||||
this.$message.error(msg);
|
||||
}
|
||||
})
|
||||
},
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user