From ac1a4a027a7bd88efb32e9da666bdba4b5fa166f Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期五, 14 一月 2022 17:04:26 +0800 Subject: [PATCH] 支持国标级联的目录订阅功能 --- web_src/src/components/dialog/deviceEdit.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/web_src/src/components/dialog/deviceEdit.vue b/web_src/src/components/dialog/deviceEdit.vue index 464de02..7b8e58c 100644 --- a/web_src/src/components/dialog/deviceEdit.vue +++ b/web_src/src/components/dialog/deviceEdit.vue @@ -36,6 +36,9 @@ <el-option key="UTF-8" label="UTF-8" value="utf-8"></el-option> </el-select> </el-form-item> + <el-form-item label="鐩綍璁㈤槄鍛ㄦ湡" prop="subscribeCycleForCatalog" > + <el-input v-model="form.subscribeCycleForCatalog" clearable></el-input> + </el-form-item> <el-form-item> <div style="float: right;"> <el-button type="primary" @click="onSubmit" >纭</el-button> @@ -82,7 +85,7 @@ }, getMediaServerList: function (){ let that = this; - that.mediaServerObj.getMediaServerList((data)=>{ + that.mediaServerObj.getOnlineMediaServerList((data)=>{ that.mediaServerList = data.data; }) }, -- Gitblit v1.8.0