diff --git a/src/api/api/view.ts b/src/api/api/view.ts index b461468..9abafe1 100644 --- a/src/api/api/view.ts +++ b/src/api/api/view.ts @@ -27,7 +27,20 @@ export async function updateBatchById2(params) { return result; } +<<<<<<< HEAD //获取物料视图 +======= +//试验号变更-保存视图编辑的内容 +export async function updateBatchById3(params) { + let result = {}; + await http.post('/api/View/UpdateBatchById3', params).then((data) => { + result = data; + }); + return result; +} + +//获取物理视图 +>>>>>>> 0bac140b03041610daed39483d29ac7c4eea0f17 export async function GetMaterialInfoListByTeamId(params) { let result = {}; await http.post('/api/View/GetMaterialInfoListByTeamId', params).then((data) => { diff --git a/src/views/half/components/EditView.vue b/src/views/half/components/EditView.vue index 68ca7a7..3956377 100644 --- a/src/views/half/components/EditView.vue +++ b/src/views/half/components/EditView.vue @@ -1,6 +1,6 @@