Commit c0d52d57 by liushikai

付款信息表外信息表格勾选框

parent d25e6dbc
......@@ -544,7 +544,7 @@
<el-divider></el-divider>
</c-col>
<c-col :span="23" :offset="0">
<c-istream-table :list="stmData.data" :columns="stmData.columns" :paginationShow="false" :showSelection="true">
<c-istream-table ref="bwxxIst" :list="stmData.data" :columns="stmData.columns" :paginationShow="false" :showSelection="true" >
</c-istream-table>
</c-col>
......
......@@ -189,6 +189,9 @@ export default {
console.log(rtnmsg)
Utils.copyValueFromVO(this.model,rtnmsg.data)
that.$refs.utlp.stmData.data=rtnmsg.data.liaall_tenstm.rows
this.$nextTick(() => {
that.$refs.utlp.$refs.bwxxIst.$refs.table.toggleAllSelection()
})
console.log(this.model);
if(this.isInDisplay){
this.restoreDisplay()
......
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