修改售后原因bug

This commit is contained in:
lemon橪 2021-08-06 17:17:40 +08:00
parent 10dcf4473c
commit f281f8e65a

View File

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