Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
紫光云
web-project
Commits
6f98ef98
Commit
6f98ef98
authored
Oct 23, 2024
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
加了个删除后的提示信息
parent
778e1b0a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
biddingManagementEdit.vue
src/views/biddingManagement/biddingManagementEdit.vue
+0
-2
index.vue
src/views/biddingManagement/index.vue
+1
-0
No files found.
src/views/biddingManagement/biddingManagementEdit.vue
View file @
6f98ef98
...
...
@@ -300,10 +300,8 @@
})
}
loadingRef
.
value
=
true
;
console
.
log
(
'333333'
)
try
{
for
(
let
i
=
0
;
i
<
tabsFormSchema
.
length
;
i
++
)
{
console
.
log
(
'4444'
)
let
item
=
tabsFormSchema
[
i
];
if
(
item
.
show
)
{
const
{
validate
,
getFieldsValue
}
=
item
.
Form
[
1
];
...
...
src/views/biddingManagement/index.vue
View file @
6f98ef98
...
...
@@ -131,6 +131,7 @@
function
handleDelete
(
record
:
Recordable
)
{
deleteItem
({
id
:
record
.
id
});
createMessage
.
success
(
'删除成功!'
);
reload
();
}
...
...
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