@@ -213,7 +213,7 @@
{
required: true,
message: '请选择工位',
- trigger: ['blur', 'change']
+ trigger: ['blur']
}
],
teamId: [
@@ -518,7 +518,7 @@
stationChange() {
this.crewList = []
this.crewIds = []
- this.$refs.form.resetFields();
+
listUserByIds([this.form.teamId]).then((res) => {
this.crewList = res;