Commit 6936fc9e by gao_yingdong

Update cf.vue

parent 8efeafc3
...@@ -169,7 +169,7 @@ ...@@ -169,7 +169,7 @@
<script> <script>
import { selectHxThAsjbh, cfThajxyr } from "@/api/shse/shse.js"; import { selectHxThAsjbh, cfThajxyr } from "@/api/shse/shse.js";
import queryRwbdjsVue from "../../xsjsdb/queryRwbdjs.vue"; import queryRwbdjsVue from "../../xsjsdb/queryRwbdjs.vue";
import secret from "@/utils/secret"; import secret from "@/utils/secret";
export default { export default {
name: "xshc", name: "xshc",
components: {}, components: {},
...@@ -211,6 +211,33 @@ export default { ...@@ -211,6 +211,33 @@ export default {
prop: "larq", prop: "larq",
}, },
], ],
ajList: [
{
label: "案事件编号",
prop: "asjbh",
width: "300",
},
{
label: "案件名称",
prop: "ajmc",
},
{
label: "立案单位",
prop: "ladwdm",
},
{
label: "案件类别",
prop: "ajlbdm",
},
{
label: "立案日期",
prop: "larq",
},
{
label: "xxzjbh",
prop: "xxzjbh",
},
],
tableData1: [], tableData1: [],
tableDataList1: [ tableDataList1: [
{ {
...@@ -226,6 +253,24 @@ export default { ...@@ -226,6 +253,24 @@ export default {
prop: "hjddm", prop: "hjddm",
}, },
], ],
xyrList: [
{
label: "姓名",
prop: "xm",
},
{
label: "证件号码",
prop: "zjhm",
},
{
label: "户籍地",
prop: "hjddm",
},
{
label: "xxzjbh",
prop: "xxzjbh",
},
],
}; };
}, },
created() { created() {
...@@ -324,7 +369,7 @@ export default { ...@@ -324,7 +369,7 @@ export default {
this.loadingFk = true; this.loadingFk = true;
this.aj.forEach((item, index) => { this.aj.forEach((item, index) => {
this.tableDataList.forEach((items) => { this.ajList.forEach((items) => {
params.append( params.append(
"aj" + "[" + index + "]" + "." + items.prop, "aj" + "[" + index + "]" + "." + items.prop,
item[items.prop] item[items.prop]
...@@ -332,7 +377,7 @@ export default { ...@@ -332,7 +377,7 @@ export default {
}); });
}); });
this.xyr.forEach((item, index) => { this.xyr.forEach((item, index) => {
this.tableDataList1.forEach((items) => { this.xyrList.forEach((items) => {
params.append( params.append(
"xyr" + "[" + index + "]" + "." + items.prop, "xyr" + "[" + index + "]" + "." + items.prop,
item[items.prop] item[items.prop]
...@@ -346,9 +391,8 @@ export default { ...@@ -346,9 +391,8 @@ export default {
type: "success", type: "success",
callback: () => { callback: () => {
this.loadingFk = false; this.loadingFk = false;
this.$router.push({ window.opener.location.reload();
path: "/queryFzth", window.close();
});
}, },
}); });
} }
......
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