|
|
@@ -399,12 +399,11 @@ export default {
|
|
|
this.queryParams.dimension = 'company';
|
|
|
}
|
|
|
|
|
|
- getCampList().then(response => {
|
|
|
+ getCampList({"pageNum": 1, "pageSize": 100}).then(response => {
|
|
|
this.camps = response.data.list
|
|
|
if (this.camps != null && this.camps.length > 0) {
|
|
|
this.companyId = this.camps[0].dictValue;
|
|
|
}
|
|
|
- this.camps.push({companyId: "-1", companyName: "无"})
|
|
|
});
|
|
|
getCompanyList().then(response => {
|
|
|
this.companys = response.data;
|