Browse Source

Update resetStudent.tsx

lex 1 year ago
parent
commit
a1308a3d34
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/classList/modals/resetStudent.tsx

+ 2 - 1
src/views/classList/modals/resetStudent.tsx

@@ -151,7 +151,8 @@ export default defineComponent({
             round
             loading={data.uploading}
             type="primary"
-            onClick={() => handleSave()}>
+            // onClick={() => handleSave()}
+          >
             保存
           </NButton>
         </NSpace>