|
@@ -516,7 +516,7 @@ Vue.component('keep-ent-component', {
|
|
|
},
|
|
|
addTag () {
|
|
|
this.isAddLoading = true
|
|
|
- this.ajaxFn('/publicapply/bidcoll/addLabel', { name: this.tagInput }, function (r) {
|
|
|
+ this.ajaxFn('/entnicheNew/customer/addLabel', { name: this.tagInput }, function (r) {
|
|
|
if (r && r.error_msg === '' && r.data) {
|
|
|
this.addTagInList(r.data)
|
|
|
} else {
|