src/views/mainPlan/plateProcessStat/index.vue
@@ -101,7 +101,7 @@ const multiple = ref(true); const total = ref(0); const title = ref(""); const height = ref(document.documentElement.clientHeight - 270 + "px;") const height = ref(document.documentElement.clientHeight - 220 + "px;") const data = reactive({ @@ -203,7 +203,6 @@ }); aps_plate_process_statList.value =listValue debugger; total.value = response.total; loading.value = false; });