e6df3a28 by xukangle

fix:分类按钮重置loading

1 parent 923dcb90
...@@ -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 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!