Commit bc256c86 by gao_yingdong

有组织犯罪线索警情初查,案件线索初查

parent e9bdf284
......@@ -3221,7 +3221,7 @@ export default {
: `${str}`;
} else if (i == "file" || i == "imageFile") {
json[i] = self.imgRaw;
} else if (i == "ajfl" && this.pageBs == 'queryJqcc') {
} else if (i == "ajfl" && this.pageASs == 'queryJqcc') {
json[i] = self.formData[i].join(",");
} else if (i != "cxSj") {
json[i] = self.formData[i];
......
......@@ -7,6 +7,7 @@
:cxQueryField="cxQueryField"
:cxDefaultFormThead="cxDefaultFormThead"
:cxUrl="cxUrl"
:pageASs='pageASs'
ref="rightContent"
>
</right-content>
......@@ -25,6 +26,7 @@ export default {
return {
header: "有组织犯罪线索研判",
pageBs: "queryAjcc",
pageASs: "queryJqcc",
cxFormData: {
limit: 10,
page: 1,
......
......@@ -7,6 +7,7 @@
:cxQueryField="cxQueryField"
:cxDefaultFormThead="cxDefaultFormThead"
:cxUrl="cxUrl"
:pageASs='pageASs'
ref="rightContent"
>
</right-content>
......@@ -23,6 +24,7 @@ export default {
data() {
return {
header: "有组织犯罪线索研判",
pageASs: "queryJqcc",
pageBs: "queryJqcc",
cxFormData: {
limit: 10,
......
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