This commit is contained in:
changjinpeng
2022-03-07 17:24:49 +08:00
parent 2a2a80f5c9
commit 4e6aa5a17f

View File

@@ -54,7 +54,7 @@ export default {
if (this.classList) {
this.classList.map((e) => {
if (this.detail.classificationId == e.id) {
this.name = e.desc
this.name = e.name
}
})
this.showPage = true