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 d00d03f9
authored
Dec 22, 2023
by
songchangcheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修正代码合并后地址请求问题
1 parent
18c5805e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
src/api/index.js
src/views/metaModelDic/pages/page3.vue
src/api/index.js
View file @
d00d03f
...
...
@@ -160,11 +160,11 @@ export function getJiShuZhengCeJieGouHuaTable(params) {
}
// 技术政策结构化-新增
export
function
addJiShuZhengCeJieGouHuaTable
(
params
)
{
return
post
(
'/kl-tech-policy/ad
KlTechPolicy
'
,
params
);
return
post
(
'/kl-tech-policy/ad
d
'
,
params
);
}
// 技术政策结构化-编辑,删除,启用,停用
export
function
editJiShuZhengCeJieGouHuaTable
(
params
)
{
return
post
(
'/kl-tech-policy/upd
KlTechPolicy
'
,
params
);
return
post
(
'/kl-tech-policy/upd'
,
params
);
}
// 典型案例库管理-所有下拉值
export
function
getDianXingAnLiSelectData
(
params
)
{
...
...
@@ -261,7 +261,7 @@ export function getDocPoolAdd(params) {
}
// 技术政策结构化,批量删除
export
function
deleteAllJiShuZhengCeJieGouHua
(
params
)
{
return
post
(
'/kl-tech-policy/upd
KlTechPolicyB
atch'
,
params
);
return
post
(
'/kl-tech-policy/upd
-b
atch'
,
params
);
}
// 报告模版结构化,批量删除
export
function
deleteAllBaoGaoMoBanJieGouHua
(
params
)
{
...
...
src/views/metaModelDic/pages/page3.vue
View file @
d00d03f
...
...
@@ -400,7 +400,7 @@ export default {
getViewNameList
().
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
let
arr
=
JSON
.
parse
(
res
.
msg
);
let
viewStr
=
arr
[
0
].
viewName
;
let
viewStr
=
arr
&&
arr
[
0
]?
arr
[
0
].
viewName
:
''
;
this
.
viewNameList
=
viewStr
.
split
(
","
);
}
});
...
...
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