Explorar el Código

Merge branch 'iteration-login' into dev

lex hace 2 años
padre
commit
d2231d9209
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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>