|
|
|
@ -219,7 +219,7 @@ export default {
|
|
|
|
|
this.setForm = {};
|
|
|
|
|
console.log(val);
|
|
|
|
|
this.seltermid = val.id;
|
|
|
|
|
this.selcmdId = val.cmdid;
|
|
|
|
|
this.selcmdId = val.cmdId;
|
|
|
|
|
getChannelListJoggle({ termid: this.seltermid })
|
|
|
|
|
.then((res) => {
|
|
|
|
|
this.accesslist = res.data.list;
|
|
|
|
@ -244,7 +244,7 @@ export default {
|
|
|
|
|
this.searchloading = true;
|
|
|
|
|
getPhotoParamApi({
|
|
|
|
|
channelId: this.selaccess,
|
|
|
|
|
cmdId: this.selcmdId,
|
|
|
|
|
termId: this.seltermid,
|
|
|
|
|
})
|
|
|
|
|
.then((res) => {
|
|
|
|
|
if (res.code == 200) {
|
|
|
|
|