Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
liangzhen
/
framework-tools-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit f74493ff
authored
Apr 09, 2024
by
史敦盼
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'sdp-v1'
2 parents
36ed8648
f3983c1c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
1 deletions
src/views/systemArchiViewDesign/index.vue
src/views/systemArchiViewDesign/index.vue
View file @
f74493f
...
...
@@ -245,7 +245,26 @@ export default {
});
return
;
}
this
.
add_dialog2
=
true
;
const
params
=
{
version
:
this
.
ruleForm
.
name
,
viewId
:
this
.
viewId
,
appId
:
this
.
showSelectTitle
.
appId
};
addArchiViewManage
(
params
).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
this
.
to_current_details
(
res
.
data
)
// Message({
// type: 'success',
// message: '新增成功!'
// });
}
else
{
Message
({
type
:
'error'
,
message
:
res
.
msg
});
}
})
// this.add_dialog2 = true;
},
selectSystem
()
{
//确定选择系统
if
(
this
.
selectRow2
.
length
==
0
)
{
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment