yyb
16 小时以前 55199a22f3db67b6cee66e8fd5b461809d0f610a
src/views/productionManagement/workOrderEdit/index.vue
@@ -133,7 +133,7 @@
    },
    {
      label: "计划工时(小时)",
      prop: "plannedWorkHours",
      prop: "salaryQuota",
      width: "140",
    },
    {
@@ -230,7 +230,7 @@
  };
  const getList = () => {
    tableLoading.value = true;
    const params = { ...searchForm.value, ...page };
    const params = { ...searchForm.value, ...page, type: 1 };
    productWorkOrderPage(params)
      .then(res => {
        tableLoading.value = false;
@@ -297,9 +297,6 @@
        getList();
      })
      .catch(() => {
        ElMessageBox.alert("修改失败", "提示", {
          confirmButtonText: "确定",
        });
      });
  };