From 5487a4488dbcaa4e0cbb1bb9c49c5e5719d1d2ae Mon Sep 17 00:00:00 2001
From: xiaobai <857694115@qq.com>
Date: Tue, 24 Aug 2021 18:52:07 +0800
Subject: [PATCH] =?UTF-8?q?=E5=B1=8F=E8=94=BD=E5=A4=9A=E4=BD=99=E5=8A=9F?=
=?UTF-8?q?=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/allot/tuihui_list.vue | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/allot/tuihui_list.vue b/src/views/allot/tuihui_list.vue
index 3d05402..ca1e40e 100644
--- a/src/views/allot/tuihui_list.vue
+++ b/src/views/allot/tuihui_list.vue
@@ -9,9 +9,9 @@
拒绝退回
-
+
作废数据
@@ -231,10 +231,10 @@ export default {
// }
// } // 起重科室张楠需要此功能,电梯可以统一后需要退回到待分配里面。
this.apibjd({
- url: '/renwu/getRenwuListByIds',
+ url: '/renwu/completeAllot',
method: 'get',
params: {
- renwuids: this.$refs.list.selection.map(rw => {
+ completeAllotDTO: this.$refs.list.selection.map(rw => {
return rw.id
})
},