fix:分类按钮重置loading
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -312,6 +312,7 @@ const newCreateClassStandardDialogInfo = ref({ | ... | @@ -312,6 +312,7 @@ const newCreateClassStandardDialogInfo = ref({ |
| 312 | }) | 312 | }) |
| 313 | 313 | ||
| 314 | const newCreateClass = () => { | 314 | const newCreateClass = () => { |
| 315 | newCreateClassStandardDialogInfo.value.submitBtnLoading = false; | ||
| 315 | newCreateClassStandardDialogInfo.value.visible = true; | 316 | newCreateClassStandardDialogInfo.value.visible = true; |
| 316 | classStandardFormItems.value.forEach(item => item.default = ''); | 317 | classStandardFormItems.value.forEach(item => item.default = ''); |
| 317 | } | 318 | } | ... | ... |
-
Please register or sign in to post a comment