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