|
|
@ -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;
|
|
|
|