Commit 1cea0f79 authored by 黄奎's avatar 黄奎
parents 6ede6c8a d913900a
...@@ -1338,9 +1338,6 @@ ...@@ -1338,9 +1338,6 @@
</el-table> </el-table>
</div> </div>
<div class="noData" v-show="noData">
{{$t('system.content_noData')}}
</div>
<div v-if="!BOSSBtn && !BOSSBtn2"> <div v-if="!BOSSBtn && !BOSSBtn2">
<el-pagination background @size-change="handleSizeChange" @current-change="handleCurrentChange" <el-pagination background @size-change="handleSizeChange" @current-change="handleCurrentChange"
:current-page.sync="currentPage" layout="total,sizes,prev, pager, next, jumper" :page-size='msg.pageSize' :current-page.sync="currentPage" layout="total,sizes,prev, pager, next, jumper" :page-size='msg.pageSize'
......
...@@ -2688,8 +2688,8 @@ export default { ...@@ -2688,8 +2688,8 @@ export default {
handler (val, oldVal) { handler (val, oldVal) {
if (this.$route.query.BranchId) { if (this.$route.query.BranchId) {
this.msg.OutBranchId = Number(this.$route.query.BranchId) this.msg.OutBranchId = Number(this.$route.query.BranchId)
this.financeinfo_post_GetList()
} }
this.financeinfo_post_GetList()
}, },
deep: true, deep: true,
immediate: true immediate: true
......
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