数模没有标准设备

This commit is contained in:
sjl
2025-08-15 08:37:35 +08:00
parent 83c8dc5f19
commit 61b87304e6
9 changed files with 56 additions and 230 deletions

View File

@@ -203,6 +203,7 @@ export namespace CheckData {
//描述比对式检测项描述
export interface CompareTestItem {
id: string,
code: string,
name: string,
}
}

View File

@@ -1,3 +1,4 @@
import { pa } from 'element-plus/es/locale/index.mjs';
import http from "@/api";
import {CheckData} from "@/api/check/interface";
@@ -5,6 +6,7 @@ export const getBigTestItem = (params: {
reCheckType: number,
planId: string,
devIds: string[],
patternId: string
}) => {
return http.post(`/adPlan/getBigTestItem`, params, {loading: false});
}