buhuazhen
2026-05-27 ce3f2e22b2f808245043c58a0e8bdb0a603c7b00
src/views/qualityManagement/processInspection/components/formDia.vue
@@ -216,7 +216,7 @@
const modelOptions = ref([]);
// 打开弹框
const openDialog = async (type, row, defaultCheckResult = "", defaultCheckName = "") => {
const openDialog = async (type, row, defaultCheckResult = "", defaultCheckName = "", defaultTestStandardId = "", defaultCheckCompany = "", defaultQualityInspectParams = []) => {
   operationType.value = type;
   getOptions().then((res) => {
      supplierList.value = res.data;