修复产品关键词检验问题
Showing
1 changed file
with
5 additions
and
0 deletions
| ... | @@ -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 | } | ... | ... |
-
Please register or sign in to post a comment