公司管理

This commit is contained in:
KongDuo
2023-02-22 14:19:14 +08:00
parent b41b738cbb
commit 7751e4dbaa
3 changed files with 2 additions and 9 deletions

View File

@@ -731,6 +731,7 @@ export default {
});
},
getByPage() {
this.parameter.params.companyType = "4";
oilCompanyInfoApi.getByPage(this.parameter).then((res) => {
this.dataPage.list = res.data.list;
this.parameter.total = res.data.totalCount;