42d59e1f by lihua

修复产品关键词检验问题

1 parent 1d91b96b
......@@ -2068,6 +2068,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!