huminmin
2026-06-04 11fbf9f13ef5b76ad3a3ea6d072ab73c128df9d5
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;