Commit 87484d08 authored by 柳 佳乐's avatar 柳 佳乐
Browse files

Merge branch 'dev' of http://www.aishuhong.com:16356/liujiale/finance into dev

parents 70315c35 94dec6ff
......@@ -3,7 +3,7 @@ ENV = 'development'
# base api 后端url
#VUE_APP_BASE_API = 'http://192.168.10.107:7080'
VUE_APP_BASE_API = 'http://192.168.10.109:11523'
#VUE_APP_BASE_API = 'http://www.aishuhong.com:11549/prod-api/'
# VUE_APP_BASE_API = 'http://192.168.10.109:11523'
VUE_APP_BASE_API = 'http://www.aishuhong.com:11549/prod-api/'
#VUE_APP_BASE_API = 'http://192.168.31.100:7081'
<template>
<div class="main">
<div class="container">
<el-tabs tab-position="left">
<el-tabs tab-position="top" @tab-click="tabClick">
<el-tab-pane label="备用金申请总览">
<examine-petty @setTagNumbers="setTagNumbers" tag="overview"></examine-petty>
<examine-petty @setTagNumbers="setTagNumbers" tag="overview" ref="eaxmine"></examine-petty>
</el-tab-pane>
<el-tab-pane :lazy="true">
<span slot="label" class="petty-data-simple">
......@@ -56,6 +56,11 @@ export default {
methods: {
setTagNumbers(data){
this.tagNumbers = {...this.tagNumbers,...data}
},
tabClick(tab, event){
if(parseInt(tab.index) === 0){
this.$refs.eaxmine.getexamineList(false)
}
}
}
......
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