Commit 688d40d2 authored by chenwei's avatar chenwei

提货点新增进来切换丹多选,触发验证提示语清除

parent 5836cd18
...@@ -178,7 +178,11 @@ export default { ...@@ -178,7 +178,11 @@ export default {
this.queryParams.pickMethod = newVal.pickMethod.split(",") this.queryParams.pickMethod = newVal.pickMethod.split(",")
} else { } else {
this.resetFormQuery() this.resetFormQuery()
this.$nextTick(() => {
this.$refs["queryForm"].resetFields() this.$refs["queryForm"].resetFields()
this.$refs["queryForm"].clearValidate()
})
console.log("Prop is empty") console.log("Prop is empty")
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment