Commit b9f97c3a by huangdang

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

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