添加政策传参

This commit is contained in:
lip
2026-01-14 21:26:21 +08:00
parent cc6da8adfd
commit 30e3804dfa
3 changed files with 4 additions and 7 deletions

View File

@@ -22,7 +22,6 @@
<image src="../../../packageRc/static/zcLeft.png"/>
{{item.zcmc}}</view>
<view class="infos">
<view v-if="item.zclx">{{item.zclx}}</view>
<view v-if="item.zcLevel">{{item.zcLevel}}</view>
<view v-if="item.sourceUnit">{{item.sourceUnit}}</view>
</view>
@@ -162,6 +161,7 @@ import { getPolicyList } from "@/packageRc/apiRc/policy";
// 获取列表
async getList() {
this.loading = true;
this.queryParams.zclx ='1';
getPolicyList(this.queryParams).then((res) => {
this.gettedData(res)
});