fix: 解决提交作业重复提交问题

This commit is contained in:
caozc
2023-02-28 16:34:54 +08:00
parent eb9db87833
commit f59d79454c
2 changed files with 17 additions and 4 deletions

View File

@@ -321,10 +321,10 @@ const postAdd = () => {
return ElMessage.warning("评论标题为空");
}
loading.value = ElLoading.service({
lock: true,
text: "Loading",
background: "rgba(0, 0, 0, 0.7)",
});
lock: true,
text: "Loading",
background: "rgba(0, 0, 0, 0.7)",
});
console.log('用户信息', userInfo.value)
let obj = {
"collectionNum": 0,