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
1bf5370b
Commit
1bf5370b
authored
Nov 22, 2021
by
hulei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复保证金add按钮取值
parent
fdb6386a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
IStreamTable.vue
src/components/IStreamTable.vue
+1
-0
Event.js
src/model/Ditopn/Event.js
+3
-3
No files found.
src/components/IStreamTable.vue
View file @
1bf5370b
...
@@ -134,6 +134,7 @@ export default {
...
@@ -134,6 +134,7 @@ export default {
.
join
(
"
\
n"
);
.
join
(
"
\
n"
);
}
}
it
[
"IDX"
]
=
i
;
it
[
"IDX"
]
=
i
;
it
.
srcStr
=
d
;
arr
.
push
(
it
);
arr
.
push
(
it
);
}
}
return
arr
;
return
arr
;
...
...
src/model/Ditopn/Event.js
View file @
1bf5370b
...
@@ -201,7 +201,7 @@ export default {
...
@@ -201,7 +201,7 @@ export default {
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
//TODO 处理数据逻辑
debugger
;
debugger
;
this
.
stmData
.
data
=
rtnmsg
.
data
.
liaall_liaccv_stgstm
.
rows
;
this
.
stmData
.
data
=
rtnmsg
.
data
.
vals
.
rows
;
this
.
dialogTableVisible
=
true
;
this
.
dialogTableVisible
=
true
;
}
}
else
{
else
{
...
@@ -341,9 +341,9 @@ export default {
...
@@ -341,9 +341,9 @@ export default {
},
},
async
pickDepItem
(
row
)
{
async
pickDepItem
(
row
)
{
debugger
;
debugger
;
var
params
=
{
'selsptinr'
:
row
[
0
]
};
var
params
=
{
'selsptinr'
:
row
.
srcStr
};
//{params:{'selsptinr':row[0]}}
//{params:{'selsptinr':row[0]}}
let
rtnmsg
=
await
this
.
executeRule
(
"liaall.liaccv.add"
,
{
params
}
)
let
rtnmsg
=
await
this
.
executeRule
(
"liaall.liaccv.add"
,
params
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
dialogTableVisible
=
false
;
this
.
dialogTableVisible
=
false
;
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
...
...
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