+ {row.companyName ? row.companyName : '暂无'}
{
+ this.queryCompanyList = res.data;
+ });
+ }
+ },
// 远程搜索主油站
getSimpleOilSiteInfo(siteName) {
if (siteName) {
@@ -1275,7 +1285,7 @@ export default {
getByPage() {
// 分页查询
this.addDialog = false;
- this.page.params.eq_convertCompanyCode = 1;
+ this.page.params.convertCompanyCode = 1;
orderInfoApi.getByPage(this.page).then((res) => {
this.dataPage = res.data;
this.page.totalCount = this.dataPage.totalCount;