|
@@ -592,7 +592,7 @@
|
|
|
|
|
|
|
|
<div>搜索标签:
|
|
<div>搜索标签:
|
|
|
<el-input v-model="queryTagParams.name" placeholder="请输入标签名称" clearable size="small" style="width: 200px;margin-right: 10px" />
|
|
<el-input v-model="queryTagParams.name" placeholder="请输入标签名称" clearable size="small" style="width: 200px;margin-right: 10px" />
|
|
|
- <el-button type="primary" icon="el-icon-search" size="mini" @click="handleSearchTags(queryTagParams.name)">搜索</el-button>
|
|
|
|
|
|
|
+ <el-button type="primary" icon="el-icon-search" size="mini" @click="getPageListTagGroup()">搜索</el-button>
|
|
|
<el-button type="primary" icon="el-icon-plus" size="mini" @click="cancelSearchTags">重置</el-button>
|
|
<el-button type="primary" icon="el-icon-plus" size="mini" @click="cancelSearchTags">重置</el-button>
|
|
|
</div>
|
|
</div>
|
|
|
<div v-for="item in tagGroupList" :key="item.id" >
|
|
<div v-for="item in tagGroupList" :key="item.id" >
|
|
@@ -629,8 +629,8 @@
|
|
|
|
|
|
|
|
<el-dialog title="批量添加标签" :visible.sync="tagOpen" width="800px" append-to-body>
|
|
<el-dialog title="批量添加标签" :visible.sync="tagOpen" width="800px" append-to-body>
|
|
|
<div>搜索标签:
|
|
<div>搜索标签:
|
|
|
- <el-input v-model="tagChange.tagName" placeholder="请输入标签名称" clearable size="small" style="width: 200px;margin-right: 10px" />
|
|
|
|
|
- <el-button type="primary" icon="el-icon-search" size="mini" @click="handleSearchTags(tagChange.tagName)">搜索</el-button>
|
|
|
|
|
|
|
+ <el-input v-model="queryTagParams.name" placeholder="请输入标签名称" clearable size="small" style="width: 200px;margin-right: 10px" />
|
|
|
|
|
+ <el-button type="primary" icon="el-icon-search" size="mini" @click="getPageListTagGroup()">搜索</el-button>
|
|
|
<el-button type="primary" icon="el-icon-plus" size="mini" @click="cancelSearchTags">重置</el-button>
|
|
<el-button type="primary" icon="el-icon-plus" size="mini" @click="cancelSearchTags">重置</el-button>
|
|
|
</div>
|
|
</div>
|
|
|
<el-form ref="form" :model="addTagForm" label-width="80px">
|
|
<el-form ref="form" :model="addTagForm" label-width="80px">
|
|
@@ -715,8 +715,8 @@
|
|
|
|
|
|
|
|
<el-dialog title="批量移除标签" :visible.sync="tagDelOpen" width="800px" append-to-body>
|
|
<el-dialog title="批量移除标签" :visible.sync="tagDelOpen" width="800px" append-to-body>
|
|
|
<div>搜索标签:
|
|
<div>搜索标签:
|
|
|
- <el-input v-model="tagChange.tagName" placeholder="请输入标签名称" clearable size="small" style="width: 200px;margin-right: 10px" />
|
|
|
|
|
- <el-button type="primary" icon="el-icon-search" size="mini" @click="handleSearchTags(tagChange.tagName)">搜索</el-button>
|
|
|
|
|
|
|
+ <el-input v-model="queryTagParams.name" placeholder="请输入标签名称" clearable size="small" style="width: 200px;margin-right: 10px" />
|
|
|
|
|
+ <el-button type="primary" icon="el-icon-search" size="mini" @click="getPageListTagGroup()">搜索</el-button>
|
|
|
<el-button type="primary" icon="el-icon-plus" size="mini" @click="cancelSearchTags">重置</el-button>
|
|
<el-button type="primary" icon="el-icon-plus" size="mini" @click="cancelSearchTags">重置</el-button>
|
|
|
</div>
|
|
</div>
|
|
|
<el-form ref="form" :model="addTagForm" label-width="80px">
|
|
<el-form ref="form" :model="addTagForm" label-width="80px">
|
|
@@ -942,8 +942,8 @@ import {
|
|
|
unBindUserId, updateExternalContactCall,updateExternalContactStatus,getWatchLogList
|
|
unBindUserId, updateExternalContactCall,updateExternalContactStatus,getWatchLogList
|
|
|
} from '@/api/qw/externalContact'
|
|
} from '@/api/qw/externalContact'
|
|
|
import {getMyQwUserList, getMyQwCompanyList, updateUser,getQwUserListLikeName} from "@/api/qw/user";
|
|
import {getMyQwUserList, getMyQwCompanyList, updateUser,getQwUserListLikeName} from "@/api/qw/user";
|
|
|
-import {listTag, getTag, searchTags,} from "@/api/qw/tag";
|
|
|
|
|
-import { allListTagGroup} from "@/api/qw/tagGroup";
|
|
|
|
|
|
|
+import {listTag, getTag, searchTags} from "@/api/qw/tag";
|
|
|
|
|
+import { allListTagGroup,allListTagGroupPage} from "@/api/qw/tagGroup";
|
|
|
import mycustomer from '@/views/qw/externalContact/mycustomer'
|
|
import mycustomer from '@/views/qw/externalContact/mycustomer'
|
|
|
import customerDetails from '@/views/qw/externalContact/customerDetails'
|
|
import customerDetails from '@/views/qw/externalContact/customerDetails'
|
|
|
import SopDialog from '@/views/course/sop/SopDialog.vue'
|
|
import SopDialog from '@/views/course/sop/SopDialog.vue'
|
|
@@ -1523,8 +1523,9 @@ export default {
|
|
|
|
|
|
|
|
|
|
|
|
|
getPageListTagGroup(){
|
|
getPageListTagGroup(){
|
|
|
|
|
+
|
|
|
this.queryTagParams.corpId=this.queryParams.corpId
|
|
this.queryTagParams.corpId=this.queryParams.corpId
|
|
|
- allListTagGroup(this.queryTagParams).then(response => {
|
|
|
|
|
|
|
+ allListTagGroupPage(this.queryTagParams).then(response => {
|
|
|
this.tagGroupList = response.rows;
|
|
this.tagGroupList = response.rows;
|
|
|
this.tagTotal = response.total;
|
|
this.tagTotal = response.total;
|
|
|
});
|
|
});
|