Ver Fonte

Merge branch 'iteration-login' into dev

lex há 1 ano atrás
pai
commit
d2231d9209
1 ficheiros alterados com 2 adições e 1 exclusões
  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>