Explorar el Código

reactor:工单受理调整;

zhangchong hace 1 año
padre
commit
d3388db355
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/todo/seats/accept/index.vue

+ 1 - 1
src/views/todo/seats/accept/index.vue

@@ -1094,9 +1094,9 @@ const loadExtra = async () => {
 };
 onBeforeMount(() => {
 	loadBaseData();
+	loadForm();
 });
 onMounted(async () => {
-	await loadForm();
 	await loadAddress();
 	await loadExtra();
 });