|
@@ -12,7 +12,7 @@
|
|
</el-date-picker>
|
|
</el-date-picker>
|
|
</el-form-item>-->
|
|
</el-form-item>-->
|
|
<el-form-item label="公司名" prop="companyId">
|
|
<el-form-item label="公司名" prop="companyId">
|
|
- <el-select filterable v-model="queryParams.companyId" placeholder="请选择公司名" @change="companyChange" clearable size="small">
|
|
|
|
|
|
+ <el-select filterable v-model="queryParams.companyId" placeholder="请选择公司名" clearable size="small">
|
|
<el-option
|
|
<el-option
|
|
v-for="item in companys"
|
|
v-for="item in companys"
|
|
:key="item.companyId"
|
|
:key="item.companyId"
|
|
@@ -167,7 +167,7 @@ export default {
|
|
this.companys = response.data;
|
|
this.companys = response.data;
|
|
if(this.companys!=null&&this.companys.length>0){
|
|
if(this.companys!=null&&this.companys.length>0){
|
|
this.companyId=this.companys[0].companyId;
|
|
this.companyId=this.companys[0].companyId;
|
|
- this.getTreeselect();
|
|
|
|
|
|
+ //this.getTreeselect();
|
|
}
|
|
}
|
|
});
|
|
});
|
|
this.getDicts("company_pay_status").then((response) => {
|
|
this.getDicts("company_pay_status").then((response) => {
|