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
5fab555c
Commit
5fab555c
authored
Aug 30, 2021
by
SunJie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dispDefault
parent
c5690097
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Setpan.vue
src/views/Business/Ditopn/Setpan.vue
+3
-3
No files found.
src/views/Business/Ditopn/Setpan.vue
View file @
5fab555c
...
...
@@ -427,7 +427,7 @@ export default {
},
// 第二个表格
detail1
(
index
,
row
)
{
Api
.
post
(
"ditopn/executeDefault/det"
,
this
.
model
).
then
(
res
=>
{
Api
.
post
(
"ditopn/executeDefault/det"
,
Utils
.
getRequestDataFn
.
call
(
this
)
).
then
(
res
=>
{
this
.
dialogVisible
=
true
;
this
.
dialog
=
row
;
this
.
index
=
index
;
...
...
@@ -435,14 +435,14 @@ export default {
},
dispDefault
(){
Api
.
post
(
"ditopn/executeDefault/mac"
,
this
.
model
).
then
(
res
=>
{
Api
.
post
(
"ditopn/executeDefault/mac"
,
Utils
.
getRequestDataFn
.
call
(
this
)
).
then
(
res
=>
{
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
)
})
},
// 第三个表格
detail2
(
index
,
row
)
{
Api
.
post
(
"ditopn/executeRule/det"
,
this
.
model
).
then
(
res
=>
{
Api
.
post
(
"ditopn/executeRule/det"
,
Utils
.
getRequestDataFn
.
call
(
this
)
).
then
(
res
=>
{
this
.
dialogVisible2
=
true
;
this
.
index
=
index
;
this
.
dialog2
=
row
...
...
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