Commit b9f97c3a by huangdang

fix: 修改查询列表组件和隐案相关问题

parent 19641151
......@@ -6388,6 +6388,11 @@ export default {
: "";
console.log(json[i])
}
if (i == 'rwzt' && self.pageBszfc == 'yardsqgl') {
json[i] = self.formData[i] > 0 ? self.formData[i].join(',') : ''
json.pageNum = self.currentPage1,
json.pageSize = self.page_size
}
}
if (!Array.isArray(json.khztdmList)) {
json.khztdmList = []
......@@ -6521,11 +6526,14 @@ export default {
this.pageBszfc != "xprdbjsp" &&
this.pageBszfc != "xprdsp" &&
this.pageBszfc != "ajbzgl" &&
this.pageBszfc != "tbxxgl"
this.pageBszfc != "tbxxgl" &&
this.pageBszfc != "yardsqgl" &&
this.pageBszfc != "yardbjsp" &&
this.pageBszfc != "yardsq"
);
},
czFlag() {
let arr = ["xprdsq", "xprdsqgl", "xprdbjsp", "xprdsp", "ajbzgl"];
let arr = ["xprdsq", "xprdsqgl", "xprdbjsp", "xprdsp", "ajbzgl", "yardsqgl", "yardbjsp", "yardsq"];
return arr.includes(this.pageBszfc);
},
},
......
......@@ -28,7 +28,7 @@ export default {
return {
cxFormData: {
asjbh: "",
rwzt: [],
rwzt: '02',
},
cxQueryField: [
/*立案信息 侦查终结信息 立案信息审批 侦查终结审批通用开始*/
......@@ -39,18 +39,18 @@ export default {
value: "",
placeholder: "",
col: "3",
},
{
name: "认定状态",
id: "rdzt",
type: "codeTreeDialog",
props: [], //字典弹框需要的字段
value: "",
col: "3",
codeOptions: [],
codeTree: "CODE_RWZT",
multiple: true,
},
}
// {
// name: "认定状态",
// id: "rdzt",
// type: "codeTreeDialog",
// props: [], //字典弹框需要的字段
// value: "",
// col: "3",
// codeOptions: [],
// codeTree: "CODE_RWZT",
// multiple: true,
// },
],
cxDefaultFormThead: [
{
......@@ -101,7 +101,7 @@ export default {
],
cxUrl: "/yarw/getYaList",
header: "部级审批",
pageBs: "xprdbjsp",
pageBs: "yardbjsp",
};
},
methods: {
......
......@@ -31,7 +31,7 @@ export default {
return {
cxFormData: {
asjbh: "",
rwzt: [],
rwzt: '03',
},
cxQueryField: [
/*立案信息 侦查终结信息 立案信息审批 侦查终结审批通用开始*/
......@@ -43,17 +43,17 @@ export default {
placeholder: "",
col: "3",
},
{
name: "认定状态",
id: "rdzt",
type: "codeTreeDialog",
props: [], //字典弹框需要的字段
value: "",
col: "3",
codeOptions: [],
codeTree: "CODE_RWZT",
multiple: true,
},
// {
// name: "认定状态",
// id: "rdzt",
// type: "codeTreeDialog",
// props: [], //字典弹框需要的字段
// value: "",
// col: "3",
// codeOptions: [],
// codeTree: "CODE_RWZT",
// multiple: true,
// },
],
cxDefaultFormThead: [
{
......@@ -104,7 +104,7 @@ export default {
],
cxUrl: "/yarw/getYaList",
header: "申请方审批",
pageBs: "xprdsp",
pageBs: "yardbjsp",
};
},
methods: {
......
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