2e9a912e by lihua

产品关键词检验

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