Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
671191c1
authored
2025-05-20 11:10:20 +0800
by
lxs
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
数据资产登记更新
1 parent
77e24b9e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/data_asset/registerStart.vue
src/views/data_asset/registerStart.vue
View file @
671191c
...
...
@@ -46,7 +46,7 @@ const route = useRoute();
/** 草稿状态打开传guid。 */
const
guid
=
route
.
query
.
guid
;
const
fullPath
=
route
.
fullPath
;
const
edit
Type
=
route
.
query
.
type
;
const
detail
Type
=
route
.
query
.
type
;
const
exGuid
=
route
.
query
.
exchangeGuid
;
const
restart
=
ref
(
false
);
...
...
@@ -2203,7 +2203,7 @@ onMounted(() => {
<div
class=
"tool_btns"
>
<div
class=
"btns"
>
<el-button
plain
@
click=
"cancel"
>
取消
</el-button>
<el-button
type=
"primary"
@
click=
"saveDraft"
v-if=
"
!restart
"
>
保存
</el-button>
<el-button
type=
"primary"
@
click=
"saveDraft"
v-if=
"
detailType != 'edit' || (detailType == 'edit' && !restart)
"
>
保存
</el-button>
<el-button
type=
"primary"
@
click=
"save"
>
提交申请
</el-button>
</div>
</div>
...
...
Write
Preview
Styling with
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