Compare commits

..

2 Commits

Author SHA1 Message Date
haha 9cf1d824c7 Merge branch 'dev' of http://62.234.3.186:3000/sxyanzhu/jhprjv2 into dev 2024-04-22 23:00:38 +08:00
haha 96816e8cc4 update code 2024-04-22 22:58:44 +08:00
1 changed files with 2 additions and 2 deletions

View File

@ -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 };
})