From 96816e8cc4db3a0523bb4096a3d94f8a0c83a53d Mon Sep 17 00:00:00 2001 From: haha Date: Mon, 22 Apr 2024 22:58:44 +0800 Subject: [PATCH] update code --- ruoyi-ui/src/views/base/magDetail/magDetailDrawer.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/src/views/base/magDetail/magDetailDrawer.vue b/ruoyi-ui/src/views/base/magDetail/magDetailDrawer.vue index 79c0a18e..2d624658 100644 --- a/ruoyi-ui/src/views/base/magDetail/magDetailDrawer.vue +++ b/ruoyi-ui/src/views/base/magDetail/magDetailDrawer.vue @@ -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 }; })