From 84dcd4d8b8f9b8c26572f7051ac5ea61fa6ec7e9 Mon Sep 17 00:00:00 2001 From: panlinlin <648540858@qq.com> Date: Wed, 10 Jul 2024 23:25:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web_src/src/components/ChannelEdit.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web_src/src/components/ChannelEdit.vue b/web_src/src/components/ChannelEdit.vue index 3a14ce5f..64bdc918 100644 --- a/web_src/src/components/ChannelEdit.vue +++ b/web_src/src/components/ChannelEdit.vue @@ -22,6 +22,8 @@ export default { props: [ 'id',], computed: {}, created() { + // 获取完整信息 + // 国标类型特殊处理 }, data() { @@ -36,8 +38,7 @@ export default { close: function () { }, - getAllRole:function () { - + getChannel:function () { this.$axios({ method: 'get', url: "/api/role/all"