This commit is contained in:
xiaozhiyong
2023-03-01 15:40:40 +08:00
parent a9d14aedb4
commit 0b9076df67

View File

@@ -56,7 +56,7 @@
/>
</el-select>
<el-select
<!-- <el-select
v-model="parameter.params.companyType"
placeholder="账户类型"
clearable
@@ -67,7 +67,7 @@
:label="item.label"
:value="item.value"
/>
</el-select>
</el-select> -->
<!-- 企业负责人或联系方式 -->
<autocomplete
@@ -332,13 +332,13 @@
</p>
</template>
<template #companyNature>
<!-- <p v-if="oilCompanyMatch[0]">
<p v-if="oilCompanyMatch[0]">
{{
companyNatureEnum.find(
(item) => item.value === oilCompanyMatch[0].companyNature
).label
}}
</p> -->
</p>
</template>
<template #companyDockType>
<p>
@@ -693,6 +693,7 @@ export default {
this.getByPage();
},
getByPage() {
this.parameter.params.companyType = "4";
serve.getByPage(this.parameter).then((res) => {
this.tableData = res.data.list;
this.parameter.total = res.data.totalCount;