修改售后原因bug

master
lemon橪 2021-08-06 17:17:40 +08:00
parent 10dcf4473c
commit f281f8e65a
1 changed files with 3 additions and 0 deletions

View File

@ -280,7 +280,10 @@
}, },
// //
edit(v) { edit(v) {
this.form.reason = v.reason this.form.reason = v.reason
this.form.id = v.id
this.modalVisible = true this.modalVisible = true
this.modalTitle = "修改售后原因" this.modalTitle = "修改售后原因"
}, },