Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fukai
vue-gjjs
Commits
70de41db
Commit
70de41db
authored
Dec 07, 2022
by
tianxinyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
禅道1206bug修改
parent
d6d7d0b6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
Rog.vue
src/views/Business/Litrog/Rog.vue
+1
-1
index.vue
src/views/Business/Litrog/index.vue
+8
-1
No files found.
src/views/Business/Litrog/Rog.vue
View file @
70de41db
...
...
@@ -331,7 +331,7 @@ export default {
methods
:{...
Event
},
created
:
function
(){
}
}
,
}
</
script
>
<
style
>
...
...
src/views/Business/Litrog/index.vue
View file @
70de41db
...
...
@@ -88,7 +88,7 @@
</c-grid-ety-prompt-dialog>
<c-function-btn
:handleSubmit=
"
handleSubmit
"
:handleSubmit=
"
submitHandle
"
:handleCheck=
"handleCheck"
:handleStash=
"handleStash"
>
...
...
@@ -105,6 +105,7 @@ import commonFuncs from "~/mixin/commonFuncs"
import
Check
from
"~/model/Litrog/Check"
import
Default
from
"~/model/Litrog/Default"
import
Pattern
from
"~/model/Litrog/Pattern"
import
Event
from
"~/model/Litrog/Event"
import
Ovwp
from
"./Ovwp"
import
Addbcb
from
"./Addbcb"
...
...
@@ -155,11 +156,17 @@ export default {
}
},
methods
:{
...
Event
,
myTabClick
(
tab
){
this
.
tabClick
(
tab
)
/**
* do it yourself
**/
},
submitHandle
(){
if
(
this
.
model
.
brdgrp
.
rec
.
shgref
==
""
){
this
.
onGetref
()}
if
(
this
.
model
.
brdgrp
.
rec
.
ownref
==
""
){
this
.
onBrtmodButgetref
()}
this
.
handleSubmit
()
}
},
created
:
async
function
(){
...
...
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