Compare commits
No commits in common. "9cf1d824c7bf3374cbf962ce63e2992f913fcae5" and "68b30653a40789db04df9ff6b81717bd9e89e1f2" have entirely different histories.
9cf1d824c7
...
68b30653a4
|
@ -103,7 +103,7 @@ export default {
|
||||||
title: "",
|
title: "",
|
||||||
ord: 0,
|
ord: 0,
|
||||||
magid: 0,
|
magid: 0,
|
||||||
topic: "",
|
topic: "1",
|
||||||
authorPhone: '',
|
authorPhone: '',
|
||||||
authorName: '',
|
authorName: '',
|
||||||
deptid: null,
|
deptid: null,
|
||||||
|
@ -222,7 +222,7 @@ export default {
|
||||||
if (row) {
|
if (row) {
|
||||||
this.form.title = row.title;
|
this.form.title = row.title;
|
||||||
this.form.ord = row.ord;
|
this.form.ord = row.ord;
|
||||||
this.form.topic = ""+row.topic;
|
this.form.topic = row.topic;
|
||||||
this.form.imageUrl = this.$tryToJson(row.images).map(d => {
|
this.form.imageUrl = this.$tryToJson(row.images).map(d => {
|
||||||
return { name: d, url: d };
|
return { name: d, url: d };
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue