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 2518de7e
authored
Dec 08, 2023
by
Thews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20231208汪皖苏
1 parent
f6fcb405
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
4 deletions
src/api/index.js
src/views/archiViewConfig/index.vue
src/views/metaModelDic/index.vue
src/api/index.js
View file @
2518de7
...
@@ -64,11 +64,11 @@ export function getJGYSGLDel(params) {
...
@@ -64,11 +64,11 @@ export function getJGYSGLDel(params) {
export
function
getJGSTPZlist
(
params
)
{
export
function
getJGSTPZlist
(
params
)
{
return
post
(
'/vwDis/'
,
params
);
return
post
(
'/vwDis/'
,
params
);
}
}
// 新建
元素
(state暂存2发布1)
// 新建
视图
(state暂存2发布1)
export
function
getJGSTPZAdd
(
params
)
{
export
function
getJGSTPZAdd
(
params
)
{
return
post
(
'/vwDis/addVwDis'
,
params
);
return
post
(
'/vwDis/addVwDis'
,
params
);
}
}
// 编辑
元素
(state暂存2发布1)
// 编辑
视图
(state暂存2发布1)
export
function
getJGSTPZUpdate
(
params
)
{
export
function
getJGSTPZUpdate
(
params
)
{
return
post
(
'/vwDis/updateVwDis'
,
params
);
return
post
(
'/vwDis/updateVwDis'
,
params
);
}
}
...
@@ -76,7 +76,29 @@ export function getJGSTPZUpdate(params) {
...
@@ -76,7 +76,29 @@ export function getJGSTPZUpdate(params) {
export
function
getJGSTPZUpdateBatch
(
params
)
{
export
function
getJGSTPZUpdateBatch
(
params
)
{
return
post
(
'/vwDis/updateVwDisBatch'
,
params
);
return
post
(
'/vwDis/updateVwDisBatch'
,
params
);
}
}
// 删除
元素
// 删除
视图
export
function
getJGSTPZDel
(
params
)
{
export
function
getJGSTPZDel
(
params
)
{
return
post
(
'/vwDis/deleteVwDis'
,
params
);
return
post
(
'/vwDis/deleteVwDis'
,
params
);
}
// 元模型字典管理
// 列表查询
export
function
getYMXZDGLlist
(
params
)
{
return
post
(
'/ynMolDicy/'
,
params
);
}
// 新建字典
export
function
getYMXZDGLAdd
(
params
)
{
return
post
(
'/ynMolDicy/addYnMolDicy'
,
params
);
}
// 编辑字典(state暂存2发布1)
export
function
getYMXZDGLUpdate
(
params
)
{
return
post
(
'/ynMolDicy/updateYnMolDicy'
,
params
);
}
// 批量发布
// export function getYMXZDGLUpdateBatch(params) {
// return post('/ynMolDicy/updateVwDisBatch', params);
// }
// 删除字典
export
function
getYMXZDGLDel
(
params
)
{
return
post
(
'/ynMolDicy/deleteYnMolProy'
,
params
);
}
}
\ No newline at end of file
src/views/archiViewConfig/index.vue
View file @
2518de7
...
@@ -393,7 +393,7 @@ export default {
...
@@ -393,7 +393,7 @@ export default {
// 停用
// 停用
this
.
formData
=
item
;
this
.
formData
=
item
;
this
.
formData
.
state
=
0
;
this
.
formData
.
state
=
0
;
getJG
STPZ
Update
(
this
.
formData
).
then
(
res
=>
{
getJG
YSGL
Update
(
this
.
formData
).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
if
(
res
.
code
==
200
)
{
this
.
$message
.
success
(
"停用成功"
);
this
.
$message
.
success
(
"停用成功"
);
this
.
getList
();
this
.
getList
();
...
...
src/views/metaModelDic/index.vue
View file @
2518de7
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