更改该bug
This commit is contained in:
@@ -66,6 +66,10 @@ import { getPolicyList } from "@/packageRc/apiRc/policy";
|
||||
onLoad() {
|
||||
this.getCheckData()
|
||||
},
|
||||
onLoad(options) {
|
||||
this.queryParams.zclx = options.zclx
|
||||
this.getCheckData(options.zclx);
|
||||
},
|
||||
onShow() {
|
||||
this.search();
|
||||
},
|
||||
@@ -85,7 +89,7 @@ import { getPolicyList } from "@/packageRc/apiRc/policy";
|
||||
}
|
||||
}
|
||||
},
|
||||
async getCheckData() {
|
||||
async getCheckData(zclx) {
|
||||
let workExperienceYears
|
||||
await this.$getDict('qcjy_gznx').then(res => {
|
||||
workExperienceYears = res.data
|
||||
@@ -161,7 +165,6 @@ import { getPolicyList } from "@/packageRc/apiRc/policy";
|
||||
// 获取列表
|
||||
async getList() {
|
||||
this.loading = true;
|
||||
this.queryParams.zclx ='1';
|
||||
getPolicyList(this.queryParams).then((res) => {
|
||||
this.gettedData(res)
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user