Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
saas-manage
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chehuidong
saas-manage
Commits
bd852efe
Commit
bd852efe
authored
Sep 03, 2024
by
wuqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
暂时取消应用名称
parent
a2b30ae0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
9 deletions
+8
-9
src/views/menu.vue
+8
-9
No files found.
src/views/menu.vue
View file @
bd852efe
...
...
@@ -108,7 +108,7 @@
<el-form-item
label=
"备注"
>
<el-input
style=
"width: 220px"
v-model=
"editForm.describe"
></el-input>
</el-form-item>
<el-form-item
label=
"应用名称"
>
<
!--
<
el-form-item
label=
"应用名称"
>
<el-select
v-model=
"editForm.appId"
style=
"width: 400px"
...
...
@@ -121,7 +121,7 @@
:label=
"item.name"
:value=
"item.id"
></el-option>
</el-select>
</el-form-item>
</el-form-item>
-->
<el-form-item
label=
"包含的namespace"
>
<el-select
v-model=
"editForm.includeNamespace"
...
...
@@ -169,8 +169,7 @@ import {
updateMenu
,
addMenu
,
deleteMenu
,
getSimpleByPage
,
getApplication
getSimpleByPage
}
from
'../common/api/sys'
export
default
{
...
...
@@ -401,15 +400,15 @@ export default {
enable
:
true
}
}
getApplication
().
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
this
.
applicationList
=
res
.
data
||
[]
//
getApplication().then((res) => {
//
if (res.code === 200) {
//
this.applicationList = res.data || []
this
.
$nextTick
(()
=>
{
this
.
$refs
.
editForm
&&
this
.
$refs
.
editForm
.
clearValidate
()
})
this
.
dialogVisible
=
true
}
})
//
}
//
})
},
async
submit
()
{
try
{
...
...
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