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
})
},