Commit 19fcf432 authored by Morson's avatar Morson

fix:修改代码错误

parent 51ace0e9
...@@ -208,7 +208,7 @@ export default { ...@@ -208,7 +208,7 @@ export default {
submitParts() { submitParts() {
const address = this.addressInfo const address = this.addressInfo
let params = { let params = {
workOrderId: orderId, workOrderId: this.orderId,
applyType: this.applyType, applyType: this.applyType,
remark: this.remark, remark: this.remark,
parts: JSON.stringty(parts), parts: JSON.stringty(parts),
......
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