Commit a8ddb455 authored by chenwei's avatar chenwei

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


(cherry picked from commit 688d40d2)
parent c39a150c
......@@ -178,7 +178,11 @@ export default {
this.queryParams.pickMethod = newVal.pickMethod.split(",")
} else {
this.resetFormQuery()
this.$nextTick(() => {
this.$refs["queryForm"].resetFields()
this.$refs["queryForm"].clearValidate()
})
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