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
d47db670
Commit
d47db670
authored
Sep 13, 2021
by
SunJie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉弹出回填
parent
e81589b0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
23 deletions
+4
-23
Event.js
src/model/Ditopn/Event.js
+4
-23
No files found.
src/model/Ditopn/Event.js
View file @
d47db670
...
...
@@ -5,29 +5,10 @@ export default {
let
rtnmsg
=
await
Api
.
post
(
"ditopn/executeRule/ditp.butgetref"
,
Utils
.
getRequestDataFn
.
call
(
this
))
if
(
rtnmsg
.
respCode
==
"AAAAAA"
)
{
//TODO 处理数据逻辑
const
ownref
=
rtnmsg
.
data
.
didgrp_rec_ownref
const
h
=
this
.
$createElement
;
this
.
$msgbox
({
title
:
'获取结果'
,
message
:
h
(
'p'
,
null
,
[
h
(
'div'
,
{
style
:
'margin-left: 25%'
},
`参考号:
${
ownref
}
`
),
h
(
'div'
,
{
style
:
'margin-left: 25%'
},
'是否将结果填入表单?'
)
]),
showCancelButton
:
true
,
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
}).
then
(
action
=>
{
this
.
model
.
didgrp
.
rec
.
ownref
=
ownref
this
.
$message
({
type
:
'success'
,
message
:
'填入成功!'
});
}).
catch
(
action
=>
{
this
.
$message
({
type
:
'info'
,
message
:
"已取消"
})
this
.
model
.
didgrp
.
rec
.
ownref
=
rtnmsg
.
data
.
didgrp_rec_ownref
this
.
$message
({
type
:
'success'
,
message
:
'获取成功!'
});
}
else
{
...
...
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