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
1f41d8c3
Commit
1f41d8c3
authored
Dec 28, 2021
by
liushikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
草稿箱调整
parent
2f57733b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
Event.js
src/model/Sptsel/Event.js
+10
-0
index.vue
src/views/Business/Sptsel/index.vue
+1
-0
No files found.
src/model/Sptsel/Event.js
View file @
1f41d8c3
...
@@ -62,6 +62,16 @@ export default {
...
@@ -62,6 +62,16 @@ export default {
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
},
async
onDelete
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"delete"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
continueEdit
(
row
)
{
async
continueEdit
(
row
)
{
//let rtnmsg = await Api.post("getPendingData",{params:{'selsptinr':row[0]}})
//let rtnmsg = await Api.post("getPendingData",{params:{'selsptinr':row[0]}})
//if (rtnmsg.respCode == SUCCESS) {
//if (rtnmsg.respCode == SUCCESS) {
...
...
src/views/Business/Sptsel/index.vue
View file @
1f41d8c3
...
@@ -56,6 +56,7 @@ export default {
...
@@ -56,6 +56,7 @@ export default {
mounted
:
async
function
(){
mounted
:
async
function
(){
console
.
log
(
"进入sptsel交易"
);
console
.
log
(
"进入sptsel交易"
);
const
that
=
this
;
const
that
=
this
;
this
.
$store
.
commit
(
"setTaskList"
,
{
key
:
"sptsel"
,
val
:
20
})
that
.
init
(
that
.
model
).
then
(
res
=>
{
that
.
init
(
that
.
model
).
then
(
res
=>
{
//TODO 处理数据逻辑
//TODO 处理数据逻辑
that
.
model
=
Utils
.
copyValueFromVO
(
that
.
model
,
res
.
data
)
that
.
model
=
Utils
.
copyValueFromVO
(
that
.
model
,
res
.
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