OTA-67654bug
This commit is contained in:
+7
-6
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user