Parcourir la source

Update resetStudent.tsx

lex il y a 1 an
Parent
commit
a1308a3d34
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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>