|
|
|
@ -7,7 +7,7 @@ |
|
|
|
|
<view class="seach_input"> |
|
|
|
|
<uni-easyinput :letfText='letfText' confirmType='search' |
|
|
|
|
@confirm='getData.currentPage=1;getList()' |
|
|
|
|
placeholder-style="color:#bbbbbb;font-weight: 100;" v-model="getData.params.siteName" |
|
|
|
|
placeholder-style="color:#bbbbbb;font-weight: 100;" v-model="getData.params.companyName" |
|
|
|
|
placeholder="企业名称"> |
|
|
|
|
</uni-easyinput> |
|
|
|
|
</view> |
|
|
|
@ -97,7 +97,7 @@ |
|
|
|
|
currentPage: 1, |
|
|
|
|
params: { |
|
|
|
|
preTreatmentSign: '', //申请状态审核状态 |
|
|
|
|
siteName: '', //油站名称 |
|
|
|
|
companyName: '', //油站名称 |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|