OTA-67654bug

This commit is contained in:
刘彦泽
2023-04-04 11:25:24 +08:00
parent 1e73e2650a
commit 4c35be9c31
@@ -144,8 +144,8 @@
</a-select>
</div>
</div>
</a-form-model-item>
</div>
@@ -285,9 +285,10 @@ export default {
}
})
} else {
this.form.bapc = undefined
}
// else {
// this.form.bapc = undefined
// }
})
},
@@ -353,8 +354,8 @@ export default {
},
changeId(value, option) {
this.$nextTick(() => {
// this.form = { ...this.form }
this.$refs.ruleForm.validateField('bapc')
this.form = { ...this.form }
this.$refs.ruleForm.clearValidate('bapc')
})
this.selectListPc.map(item => {
if (item.id == value) {