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
zhouqian
vue-gjjs
Commits
ac559835
Commit
ac559835
authored
Jul 29, 2022
by
wangyanjiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
infbrd infsea
parent
fd7094d5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
Infsea.vue
src/views/Business/Infbrd/Infsea.vue
+6
-3
No files found.
src/views/Business/Infbrd/Infsea.vue
View file @
ac559835
...
@@ -289,7 +289,7 @@
...
@@ -289,7 +289,7 @@
</c-istream-table>
</c-istream-table>
</c-col>
</c-col>
<m-busbtn
ref=
"childs"
:ownref=
"ownref"
@
onChoose=
"onChoose"
>
</m-busbtn>
<m-busbtn
ref=
"childs"
:ownref=
"ownref"
trnCode=
"litsel"
:model=
"litselModel"
ownrefPath=
"brdgrp"
tabIndex=
3
@
onChoose=
"onChoose"
>
11
</m-busbtn>
</div>
</div>
</template>
</template>
...
@@ -298,7 +298,8 @@ import Api from "~/service/Api";
...
@@ -298,7 +298,8 @@ import Api from "~/service/Api";
import
commonProcess
from
"~/mixin/commonProcess"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Infbrd/Event"
;
import
Event
from
"~/model/Infbrd/Event"
;
import
BusNavbar
from
"~/views/Business/Infbrd/BusNavbar"
;
import
BusNavbar
from
"~/views/Public/BusNavbar"
;
import
LitselModel
from
"~/model/Litsel"
export
default
{
export
default
{
inject
:
[
"root"
],
inject
:
[
"root"
],
...
@@ -307,6 +308,7 @@ export default {
...
@@ -307,6 +308,7 @@ export default {
components
:
{
"m-busbtn"
:
BusNavbar
},
components
:
{
"m-busbtn"
:
BusNavbar
},
data
()
{
data
()
{
return
{
return
{
litselModel
:
new
LitselModel
().
data
,
ownref
:
""
,
ownref
:
""
,
trnData
:
{
trnData
:
{
columns
:
[
columns
:
[
...
@@ -352,7 +354,8 @@ export default {
...
@@ -352,7 +354,8 @@ export default {
};
};
},
},
methods
:
{
methods
:
{
...
Event
,
async
getButtons
(
ownref
){
...
Event
,
async
getButtons
(
ownref
){
this
.
ownref
=
ownref
this
.
ownref
=
ownref
this
.
$refs
.
childs
.
initdialog
=
true
this
.
$refs
.
childs
.
initdialog
=
true
console
.
log
(
"ownref:"
+
ownref
);
console
.
log
(
"ownref:"
+
ownref
);
...
...
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