Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-4
Overview
Overview
Details
Activity
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
office
haoban-4
Commits
2f08abff
Commit
2f08abff
authored
Sep 07, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改标签接口
parent
296725b4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
my-customer-app.js
src/api/my-customer-app.js
+2
-2
clerk-tag.vue
src/views/apps/customer-app/clerk-tag.vue
+2
-1
No files found.
src/api/my-customer-app.js
View file @
2f08abff
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-27 09:29:13
* @LastEditors: 无尘
* @LastEditTime: 2020-09-07 1
5:41:07
* @LastEditTime: 2020-09-07 1
6:21:59
*/
import
getFetch
from
'./get-fetch.js'
;
...
...
@@ -123,7 +123,7 @@ let api = {
},
delClerkTag
:
{
// 删除导购标签
url
:
'/'
,
url
:
'/
tag-del
'
,
method
:
'post'
,
useFormData
:
true
,
useIntercept
:
false
...
...
src/views/apps/customer-app/clerk-tag.vue
View file @
2f08abff
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-28 16:51:22
* @LastEditors: 无尘
* @LastEditTime: 2020-09-07 16:
16:4
4
* @LastEditTime: 2020-09-07 16:
20:0
4
-->
<
template
>
...
...
@@ -108,6 +108,7 @@ export default {
if
(
that
.
brandId
)
{
that
.
getClassifyList
();
}
that
.
rowDrop
(
'tagsData'
);
},
// methods
methods
:
{
...
...
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