Commit 20e5d52a authored by 332784038@qq.com's avatar 332784038@qq.com

6

parent 76798144
...@@ -386,7 +386,7 @@ export default { ...@@ -386,7 +386,7 @@ export default {
console.log(r) console.log(r)
this.form.customerId = this.customerId this.form.customerId = this.customerId
this.form.number = r.data.number this.form.number = r.data.number
this.form.nubmerId = r.data.nubmerId this.form.numberId = r.data.numberId
this.form.numberVersion = r.data.numberVersion this.form.numberVersion = r.data.numberVersion
this.form.status = 0 this.form.status = 0
this.init() this.init()
...@@ -407,7 +407,7 @@ export default { ...@@ -407,7 +407,7 @@ export default {
followTime: row.nextTime, followTime: row.nextTime,
nextTime: "", nextTime: "",
number: r.data.number, number: r.data.number,
nubmerId: r.data.nubmerId, numberId: r.data.numberId,
numberVersion: r.data.numberVersion, numberVersion: r.data.numberVersion,
nextPlan: "", nextPlan: "",
status: 0 status: 0
......
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