--fix bug

This commit is contained in:
yuping
2023-01-20 03:21:58 +08:00
parent 59c05b9258
commit 31aea503df

View File

@@ -69,6 +69,7 @@
border-radius: 8px;
background-color: #4ea6ff;
"
:loading="loading"
@click="handleSave"
>
保存
@@ -132,6 +133,7 @@ export default {
allFormsData: [],
valueMore: "",
loading:false
});
// 详情
@@ -483,6 +485,7 @@ export default {
if (!checkVal(filterData)) {
return false;
}
state.loading = true
if (state.assessmentId) {
resultPost = {
@@ -496,6 +499,7 @@ export default {
"assessmentMinScore",
]);
editResearchMessage(resultPost).then((res) => {
state.loading = false
if (res.data.code === 200) {
message.success("编辑成功");
router.push({