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 2980305e
authored
Feb 23, 2024
by
liuyong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
1 parent
80bd9658
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
src/api/index.js
src/views/metaModelDic/index.vue
src/api/index.js
View file @
2980305
...
@@ -470,4 +470,20 @@ export function editCircleModelDicyTable(params) {
...
@@ -470,4 +470,20 @@ export function editCircleModelDicyTable(params) {
// 元模型字典管理,发布,停用
// 元模型字典管理,发布,停用
export
function
releaseAndStopCircleModelDicyTable
(
params
)
{
export
function
releaseAndStopCircleModelDicyTable
(
params
)
{
return
post
(
'/network/archi-model-dict/pModelDict'
,
params
);
return
post
(
'/network/archi-model-dict/pModelDict'
,
params
);
}
// 元模型字典管理,字典维护列表
export
function
queryDicyUpdateTable
(
params
)
{
return
post
(
'/network/archi-model-dict/dModelDict'
,
params
);
}
// 元模型字典管理,字典维护列表的新增
export
function
dicyUpdateTableAdd
(
params
)
{
return
post
(
'/network/archi-model-dict-detail/cModelDict'
,
params
);
}
// 元模型字典管理,字典维护列表的编辑
export
function
dicyUpdateTableEdit
(
params
)
{
return
post
(
'/network/archi-model-dict-detail/uModelDict'
,
params
);
}
// 元模型字典管理,字典维护列表的删除
export
function
dicyUpdateTableDelete
(
params
)
{
return
post
(
'/network/archi-model-dict-detail/del'
,
params
);
}
}
\ No newline at end of file
src/views/metaModelDic/index.vue
View file @
2980305
This diff is collapsed.
Click to expand it.
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