Commit 6936fc9e by gao_yingdong

Update cf.vue

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