Commit 69de2ff4 by gao_yingdong

修改

parent 6772c2b1
......@@ -31,14 +31,14 @@
<span class="hbyp" @click="revokeLK(scope.scope)">撤控信息</span> -->
</template>
</right-content>
<el-dialog title="关联案件" :visible.sync="dialogS" width="55%">
<el-dialog title="关联案件" v-if="dialogS" :visible.sync="dialogS" width="55%">
<table-xxtable
:pageTable="pageTable"
:qsxxzjbh="qsxxzjbh"
></table-xxtable>
</el-dialog>
<el-dialog title="关联案件" :visible.sync="dialogG" width="55%">
<el-dialog title="关联案件" v-if="dialogG" :visible.sync="dialogG" width="55%">
<table-xxtable :pageTable="pageTable" :qgxxzjbh="qgxxzjbh"></table-xxtable>
</el-dialog>
<!-- 新增列控 -->
......@@ -1012,24 +1012,18 @@ export default {
window.open(paths, "_blank");
},
showDialogS(data) {
this.dialogS = true;
console.log(data);
debugger
this.qsxxzjbh = data.row.zjhm;
this.pageTable = "qs";
this.bshglajS.cxFormData.rlqbxxzjbh = data.row.xxzjbh;
// this.bshglajS.cxUrl = data.cxUrl;
// this.$refs.rightContentGl.doQuery("yes");
this.dialogS = true;
console.log(data);
},
showDialogG(data) {
this.qgxxzjbh = data.row.zjhm;
this.pageTable = "qg";
this.dialogG = true;
console.log(data);
debugger;
this.qgxxzjbh = data.row.zjhm;
this.pageTable = "qg";
this.bshglajG.cxFormData.rlqbxxzjbh = data.row.xxzjbh;
// this.bshglajG.cxUrl = data.cxUrl;
// this.$refs.rightContentGl.doQuery("yes");
},
// 发起布控
sendBk(scope) {
......
<template>
<div>
<div style="margin:20px">
<el-table
ref="itemDataTable"
:data="tableData"
......@@ -70,7 +70,7 @@
@current-change="handleCurrentChange"
:current-page.sync="currentPage"
:page-size="pagesize"
:page-sizes="[5, 10, 50, 100]"
:page-sizes="[1, 10, 50, 100]"
layout="sizes,prev, pager, next"
:total="tableDataSLength"
>
......@@ -92,7 +92,7 @@ export default {
cxDefaultFormThead: [],
loadingShow: false,
tableDataSLength: 0,
pagesize: 5,
pagesize: 1,
currentPage: 1,
qgList: [
{
......
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