Commit 61342782 by huaying

fix: 客户标签

parent 8870a933
......@@ -43,7 +43,7 @@
style="width: 260px;float: left;margin-left: 0"
v-model="memberTag"
@keyup.native.enter="searchMemberList"
@blur="searchMemberList"
@change="searchMemberList"
@clear="allTagList"
clearable
></el-input>
......@@ -605,7 +605,6 @@ export default {
},
async loadMemberTagList(opt) {
console.log(opt.searchName, 'opt.searchName');
const tagType = this.activeTag == 'active' ? '2' : this.activeTag == 'manual' ? '1' : '0';
try {
const params = {
......@@ -668,8 +667,8 @@ export default {
},
// 模糊查询会员标签
searchMemberList() {
console.log(this.activeTag);
searchMemberList(e) {
// console.log(this.activeTag);
if (this.memberTag) {
this.tagName = this.memberTag;
} else {
......
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