mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-23 01:36:47 +08:00
--fix bug
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user