From 0bac140b03041610daed39483d29ac7c4eea0f17 Mon Sep 17 00:00:00 2001 From: Yang <903110162@qq.com> Date: Tue, 18 Apr 2023 16:49:55 +0800 Subject: [PATCH] commit by yzf --- src/api/api/view.ts | 10 ++++++++++ src/views/half/components/EditView.vue | 8 ++++---- src/views/half/route.vue | 4 ++-- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/src/api/api/view.ts b/src/api/api/view.ts index e4d3f98..c25eb8b 100644 --- a/src/api/api/view.ts +++ b/src/api/api/view.ts @@ -35,6 +35,16 @@ export async function updateBatchById2(params) { }); return result; } + +//试验号变更-保存视图编辑的内容 +export async function updateBatchById3(params) { + let result = {}; + await http.post('/api/View/UpdateBatchById3', params).then((data) => { + result = data; + }); + return result; +} + //获取物理视图 export async function GetMaterialInfoListByTeamId(params) { let result = {}; 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 @@