Explorar el Código

Update batch-adjust.tsx

lex hace 2 años
padre
commit
706486a55b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/school/approval-manage/batch-adjust.tsx

+ 2 - 2
src/school/approval-manage/batch-adjust.tsx

@@ -287,8 +287,8 @@ export default defineComponent({
 
         <ODialog
           title="提示"
-          v-model:show={state.dialogStatus}
-          message={state.dialogMessage}
+          v-model:show={form.dialogStatus}
+          message={form.dialogMessage}
           confirmButtonText="确定"
           onConfirm={() => {
             router.back()