2e9a912e by lihua

产品关键词检验

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