Commit b054fbb6 by 潘际乾
parents 16138a37 69ae3f8f
...@@ -544,7 +544,7 @@ ...@@ -544,7 +544,7 @@
<el-divider></el-divider> <el-divider></el-divider>
</c-col> </c-col>
<c-col :span="23" :offset="0"> <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-istream-table>
</c-col> </c-col>
......
...@@ -189,6 +189,9 @@ export default { ...@@ -189,6 +189,9 @@ export default {
console.log(rtnmsg) console.log(rtnmsg)
Utils.copyValueFromVO(this.model,rtnmsg.data) Utils.copyValueFromVO(this.model,rtnmsg.data)
that.$refs.utlp.stmData.data=rtnmsg.data.liaall_tenstm.rows that.$refs.utlp.stmData.data=rtnmsg.data.liaall_tenstm.rows
this.$nextTick(() => {
that.$refs.utlp.$refs.bwxxIst.$refs.table.toggleAllSelection()
})
console.log(this.model); console.log(this.model);
if(this.isInDisplay){ if(this.isInDisplay){
this.restoreDisplay() this.restoreDisplay()
......
...@@ -210,7 +210,7 @@ ...@@ -210,7 +210,7 @@
>查询</el-button >查询</el-button
> >
<el-button type="text" @click="searchToggle=false"> <el-button type="text" @click="searchToggle=false">
展开 收起
<i class="el-icon-arrow-up"></i> <i class="el-icon-arrow-up"></i>
</el-button> </el-button>
</c-col> </c-col>
......
...@@ -29,8 +29,7 @@ ...@@ -29,8 +29,7 @@
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
style="margin:0 10px 0 10px;padding: 0 10px;" style="margin:0 10px 0 10;padding: 0 12px;"
class="searchButton"
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
...@@ -39,7 +38,6 @@ ...@@ -39,7 +38,6 @@
</c-button> </c-button>
<c-button <c-button
style="margin:0 0" style="margin:0 0"
class="detailsButton"
size="small" size="small"
type="primary" type="primary"
@click="onAplpDet" @click="onAplpDet"
...@@ -178,14 +176,4 @@ export default { ...@@ -178,14 +176,4 @@ export default {
}; };
</script> </script>
<style> <style>
.searchButton {
text-align: center;
/* margin: 0 10px; */
margin-right: 10px;
padding: 0 10px;
}
.detailsButton {
margin-left: 10px;
}
</style> </style>
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