|
|
@@ -125,7 +125,7 @@ export default {
|
|
|
form: {},
|
|
|
loading: true,
|
|
|
page: {
|
|
|
- pageSize: 10,
|
|
|
+ pageSize: 20,
|
|
|
currentPage: 1,
|
|
|
total: 0
|
|
|
},
|
|
|
@@ -487,6 +487,13 @@ export default {
|
|
|
},
|
|
|
async created() {
|
|
|
this.option = await this.getColumnData(this.getColumnName(335), this.optionBack);
|
|
|
+ this.query = {
|
|
|
+ dc: "D",
|
|
|
+ isBusinessDate: 1,
|
|
|
+ type: "1",
|
|
|
+ etdStart: defaultDate3()[0],
|
|
|
+ etdEnd: defaultDate3()[1]
|
|
|
+ };
|
|
|
},
|
|
|
methods: {
|
|
|
// 导出
|
|
|
@@ -534,7 +541,7 @@ export default {
|
|
|
this.findObject(this.option.column, "corpName").label = "业务来源";
|
|
|
}
|
|
|
this.$set(this.query, name, value);
|
|
|
- }else if (name == "srcType") {
|
|
|
+ } else if (name == "srcType") {
|
|
|
if (value == "OWN") {
|
|
|
// 公司
|
|
|
this.srcforParameter = { key: "id", label: "title", value: "title" };
|
|
|
@@ -584,7 +591,6 @@ export default {
|
|
|
// 公司
|
|
|
this.srcforParameter = { key: "id", label: "title", value: "title" };
|
|
|
this.ownDeptLazyTreefun();
|
|
|
- } else {
|
|
|
}
|
|
|
},
|
|
|
// 多选切换
|