|
@@ -251,7 +251,8 @@ export default {
|
|
|
orderId: this.orderId,
|
|
|
sporadicOrderId: this.sporadicOrderId,
|
|
|
mapList: this.selectionList,
|
|
|
- orgCode: getCookie("orgCode")
|
|
|
+ orgCode: getCookie("orgCode"),
|
|
|
+ userId: getCookie("userId")
|
|
|
})
|
|
|
.then(res => {
|
|
|
if (res.data.code == "200") {
|