gaoluyang
2025-03-29 ede230d16e1d88aadfa76f8ba9cdf2113e9a390e
src/api/cnas/process/method/standardMethod.js
@@ -46,11 +46,3 @@
  });
}
// 导入标准明细
export function importStandardDetails(data) {
  return request({
    url: "/standardMethod/importStandardDetails",
    method: "post",
    data: data,
  });
}