|
|
|
@ -37,6 +37,7 @@ export default {
|
|
|
|
|
this.getTime(),
|
|
|
|
|
this.getQuDao(),
|
|
|
|
|
this.getQingGan(),
|
|
|
|
|
this.getQueryType(),
|
|
|
|
|
]).then(() => {
|
|
|
|
|
this.form.token = this.getToken;
|
|
|
|
|
this.form.sGuid = this.$route.query.sGuid;
|
|
|
|
@ -44,6 +45,7 @@ export default {
|
|
|
|
|
this.form.iGroupBy = '0';
|
|
|
|
|
this.form.listType = '0';
|
|
|
|
|
this.form.isSourcetype = '0';
|
|
|
|
|
this.form.sTitleType = -1;
|
|
|
|
|
let series = this.$route.query.series || [];
|
|
|
|
|
let qudao = this.$route.query.qudao || [];
|
|
|
|
|
this.doFormQudao(qudao);
|
|
|
|
@ -188,6 +190,10 @@ export default {
|
|
|
|
|
this.form.sTitle = this.searchTitle;
|
|
|
|
|
this.getTableData();
|
|
|
|
|
},
|
|
|
|
|
// 改变搜索模式
|
|
|
|
|
handlerSearchMode(val) {
|
|
|
|
|
this.form.sTitleType = val;
|
|
|
|
|
},
|
|
|
|
|
// 改变页面的数据
|
|
|
|
|
handlerPage(p) {
|
|
|
|
|
let iPageIndex = p.current;
|
|
|
|
@ -227,9 +233,9 @@ export default {
|
|
|
|
|
sQuDao: this.form.sTimeType,
|
|
|
|
|
sQingGan: this.form.sQingGan,
|
|
|
|
|
sTitle: this.form.sTitle,
|
|
|
|
|
sTitleType: '1',
|
|
|
|
|
sTitleType: this.form.sTitleType,
|
|
|
|
|
sGuid: this.form.sGuid,
|
|
|
|
|
iTimeType: this.form.sGuid,
|
|
|
|
|
iTimeType: this.form.iTimeType,
|
|
|
|
|
website: this.form.website,
|
|
|
|
|
}
|
|
|
|
|
let eForm = Object.assign(o,this.execlForm);
|
|
|
|
|