@@ -254,7 +254,7 @@ export default {
})
} else {
// 创建工单
- this.orderInfo = Object.assign({}, initdata_, {
+ this.orderInfo = Object.assign({}, JSON.parse(JSON.stringify(initdata_)), {
workerId_fz: ""
cb && cb(this.orderInfo)