CD配唱片
2025-04-25 80f27f1672467e91ff3d4fd7f30a817f6f11d5c0
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;
  });