优化通道设置

jc
fanluyan 11 months ago
parent 477cf59fa2
commit 0ca01b234c

@ -445,7 +445,11 @@
</div> </div>
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
<div class="btnleft"> <div class="btnleft">
<el-button type="text" icon="el-icon-refresh" @click="searchBtn" <el-button
type="text"
icon="el-icon-refresh"
@click="searchBtn"
:disabled="channelsetLoading"
>刷新</el-button >刷新</el-button
> >
<div class="jsonBox" v-if="resultJson !== ''"> <div class="jsonBox" v-if="resultJson !== ''">
@ -1410,6 +1414,13 @@ export default {
this.channelForm.videoCY = ""; this.channelForm.videoCY = "";
this.channelForm.videoDuration = 15; this.channelForm.videoDuration = 15;
this.channelForm.templateVal = 2; this.channelForm.templateVal = 2;
this.moreForm = [
{
parmasName: "",
parmasValue: "",
parmasType: 0,
},
];
window.clearInterval(this.searchTimer); window.clearInterval(this.searchTimer);
this.searchTimer = null; this.searchTimer = null;
this.searchNum = 0; this.searchNum = 0;

Loading…
Cancel
Save