Commit 2f08abff by 无尘

fix: 修改标签接口

parent 296725b4
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-27 09:29:13
* @LastEditors: 无尘
* @LastEditTime: 2020-09-07 15:41:07
* @LastEditTime: 2020-09-07 16: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
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-28 16:51:22
* @LastEditors: 无尘
* @LastEditTime: 2020-09-07 16:16:44
* @LastEditTime: 2020-09-07 16:20:04
-->
<template>
......@@ -108,6 +108,7 @@ export default {
if (that.brandId) {
that.getClassifyList();
}
that.rowDrop('tagsData');
},
// methods
methods: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment