临时提交

This commit is contained in:
648540858
2024-12-24 08:00:56 +08:00
parent 28961f51f7
commit e82213b466
6 changed files with 17 additions and 39 deletions

View File

@@ -23,7 +23,7 @@
<el-option label="离线" value="false"></el-option>
</el-select>
类型:
<channelDataTypeSelect style="width: 8rem; margin-right: 1rem;" @change="getChannelList" v-model="channelType"></channelDataTypeSelect>
<channelDataTypeSelect style="width: 8rem; margin-right: 1rem;" :change="getChannelList" :dataType="channelType"></channelDataTypeSelect>
<el-button size="mini" :loading="getChannelListLoading"
@click="getChannelList()">刷新</el-button>
<el-button type="primary" size="mini" style="float: right" @click="onSubmit"> </el-button>