chengxiangling
2025-05-11 eedfb8fa8d1eeb83554081f5785f832f45a64f3a
src/views/mainPlan/platePlanList/index.vue
@@ -108,7 +108,7 @@
  </div>
</template>
<script setup name="Aps_plate_process_stat">
<script setup name="ApsPlatePlanList">
import {
  listApsPlateProcessShopStat,
  listApsPlateProcessShopStatUpdate,
@@ -116,7 +116,7 @@
import HxlhTable from "@/components/HxlhTable/index.vue";
import { getToken } from "@/utils/auth";
import { nextTick, onMounted, ref } from "vue";
import { ElMessage } from "element-plus";
// import { ElMessage } from "element-plus";
import { useI18n } from "vue-i18n"; //要在js中使用国际化
// import i18n from "@/utils/i18n";
// const t = i18n.global.t
@@ -264,7 +264,6 @@
      format: "YYYY-MM-DD hh:mm:ss",
    },
  ]
  getList();
},{immediate:true, deep:true});
/** 查询钣金统计列表 */
async function getList() {
@@ -426,7 +425,7 @@
    `aps_plate_plan_list_${new Date().getTime()}.xlsx`
  );
}
// getList();
getList();
// onMounted(async () => {
//   await nextTick();