Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
source-trace-manage-go
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tracing
source-trace-manage-go
Commits
9143cef0
Commit
9143cef0
authored
Aug 17, 2021
by
zL
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉存证id整数转换
parent
21318ee6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
deleteGoods.vue
src/components/category/deleteGoods.vue
+4
-2
No files found.
src/components/category/deleteGoods.vue
View file @
9143cef0
...
@@ -26,7 +26,8 @@ export default {
...
@@ -26,7 +26,8 @@ export default {
deleteRemark
:
""
,
deleteRemark
:
""
,
};
};
},
},
created
()
{},
mounted
()
{
},
methods
:
{
methods
:
{
checkReason
()
{
checkReason
()
{
if
(
this
.
deleteRemark
.
trim
()
===
""
)
{
if
(
this
.
deleteRemark
.
trim
()
===
""
)
{
...
@@ -48,7 +49,7 @@ export default {
...
@@ -48,7 +49,7 @@ export default {
Determine
()
{
Determine
()
{
switch
(
this
.
status
)
{
switch
(
this
.
status
)
{
case
0
:
case
0
:
this
.
deleteConfirm
({
id
:
Number
(
this
.
id
)
});
this
.
deleteConfirm
({
id
:
this
.
id
});
break
;
break
;
default
:
default
:
this
.
checkReason
();
this
.
checkReason
();
...
@@ -72,6 +73,7 @@ export default {
...
@@ -72,6 +73,7 @@ export default {
// 删除存证
// 删除存证
async
deleteConfirm
(
params
)
{
async
deleteConfirm
(
params
)
{
// return
const
res
=
await
this
.
$ajax
({
const
res
=
await
this
.
$ajax
({
type
:
"delete"
,
type
:
"delete"
,
url
:
GO_URLS
.
delete
,
url
:
GO_URLS
.
delete
,
...
...
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