Commit bc256c86 by gao_yingdong

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

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