42d59e1f by lihua

修复产品关键词检验问题

1 parent 1d91b96b
...@@ -2068,6 +2068,11 @@ onBeforeMount(async () => { ...@@ -2068,6 +2068,11 @@ onBeforeMount(async () => {
2068 } 2068 }
2069 }) 2069 })
2070 }) 2070 })
2071 nextTick(() => {
2072 setTimeout(() => {
2073 formRef.value?.ruleFormRef?.clearValidate();
2074 }, 50)
2075 })
2071 } else { 2076 } else {
2072 proxy.$ElMessage.error(res.msg); 2077 proxy.$ElMessage.error(res.msg);
2073 } 2078 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!