update code
parent
70a406f8c1
commit
96816e8cc4
|
@ -103,7 +103,7 @@ export default {
|
|||
title: "",
|
||||
ord: 0,
|
||||
magid: 0,
|
||||
topic: "1",
|
||||
topic: "",
|
||||
authorPhone: '',
|
||||
authorName: '',
|
||||
deptid: null,
|
||||
|
@ -222,7 +222,7 @@ export default {
|
|||
if (row) {
|
||||
this.form.title = row.title;
|
||||
this.form.ord = row.ord;
|
||||
this.form.topic = row.topic;
|
||||
this.form.topic = ""+row.topic;
|
||||
this.form.imageUrl = this.$tryToJson(row.images).map(d => {
|
||||
return { name: d, url: d };
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue