zhangwencui
2026-05-16 7730a06200be8bc70fd0fbf2153e722521711aca
src/pages/qualityManagement/finalInspection/add.vue
@@ -602,9 +602,9 @@
  // 获取工序列表
  const getprocessList = () => {
    list().then(res => {
      processList.value = res.data;
    });
    // list().then(res => {
    //   processList.value = res.data;
    // });
  };
  // 获取产品选项
@@ -699,7 +699,7 @@
      loading.value = true;
      form.value.inspectType = 2;
      // if (isEdit.value) {
      // if (!isEdit.value) {
      tableData.value.forEach(item => {
        delete item.id;
      });