Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
柳 佳乐
finance
Commits
87484d08
Commit
87484d08
authored
Nov 16, 2022
by
柳 佳乐
Browse files
Merge branch 'dev' of
http://www.aishuhong.com:16356/liujiale/finance
into dev
parents
70315c35
94dec6ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
.env.development
View file @
87484d08
...
...
@@ -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'
src/views/pettyMoney/examineApprove.vue
View file @
87484d08
<
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
)
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment