Commit e5439584 by huangdang

fix: 修改隐案认定申请请求参数和判断显示申请认定

parent 9e8a2c62
......@@ -6395,8 +6395,13 @@ export default {
if (!Array.isArray(json.rdzt)) {
json.rdzt = []
}
if (json.rwzt.length > 0) {
json.rwzt = json.rwzt[0]
if (this.pageBszfc == 'yardsq') {
json = {
rwzt: self.formData.rwzt+'',
asjbh: self.formData.asjbh,
pageNum: self.currentPage1,
pageSize: self.page_size
}
}
console.log(json);
if (flag) {
......
......@@ -14,10 +14,10 @@
size="small"
@click="goDetail(scope.scope)"
v-if="
scope.scope.row['zczjywsjzt'] == '02' &&
(scope.scope.row.xprdzt == '' ||
scope.scope.row.xprdzt == '04' ||
scope.scope.row.xprdzt == '06')
scope.scope.row.rwzt == '' ||
scope.scope.row.rwzt == '01' ||
scope.scope.row.rwzt == '04' ||
scope.scope.row.rwzt == '06'
"
>申请认定
</el-button>
......@@ -57,8 +57,7 @@ export default {
value: "",
col: "3",
codeOptions: [],
codeTree: "CODE_RDZT",
multiple: true,
codeTree: "CODE_RDZT"
},
],
cxDefaultFormThead: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment