Commit bf235db7 authored by dcy's avatar dcy

解决调仓报错

parent 83b088c1
...@@ -222,7 +222,7 @@ export default { ...@@ -222,7 +222,7 @@ export default {
arrivalRemark: this.params.arrivalRemark, arrivalRemark: this.params.arrivalRemark,
descZh: this.params.descZh, descZh: this.params.descZh,
id: this.params.id, id: this.params.id,
manualExceptionType:this.params.manualExceptionType, manualExceptionType:this.params.manualExceptionType.join(','),
orderLocationCreateReqVOList: this.params.orderLocationCreateReqVOList, orderLocationCreateReqVOList: this.params.orderLocationCreateReqVOList,
urls: this.params.urls, urls: this.params.urls,
exceptionUrls:this.params.exceptionUrls.split(','), exceptionUrls:this.params.exceptionUrls.split(','),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment