yyb
5 天以前 279a86830168093648f140f66d772a9914eb8530
src/views/productionManagement/workOrderManagement/index.vue
@@ -444,7 +444,7 @@
  
  const getList = () => {
    tableLoading.value = true;
    const params = { ...searchForm.value, ...page };
    const params = { ...searchForm.value, ...page, type: 2 };
    productWorkOrderPage(params)
      .then(res => {
        tableLoading.value = false;