Commit ddcc0718 authored by 我在何方's avatar 我在何方

新增收款单带入客户ID

parent daf6ad19
......@@ -782,7 +782,7 @@ export default {
getOrder(res.data.orderId).then(response => {
// console.log(response.data)
this.$set(this.form,'customerId',response.data.userId)
if(response.data.customerId) this.$set(this.form,'customerId',response.data.customerId)
})
})
}
......
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