|
@@ -265,7 +265,7 @@
|
|
|
</el-row>
|
|
|
<Tip title="任务生成的代发送消息,如果超过此设置的时间还未发送,自动作废" />
|
|
|
</el-form-item>
|
|
|
- <el-form-item v-if="(form.sendType==2 || form.sendType==4) && form.type != 3 && form.isFixed == 0" label="自动添加SOP"
|
|
|
+ <el-form-item v-if="(form.sendType==2 || form.sendType==4 || form.sendType==11) && form.type != 3 && form.isFixed == 0" label="自动添加SOP"
|
|
|
prop="autoSopTime.autoSopType">
|
|
|
<el-radio-group v-model="form.autoSopTime.autoSopType">
|
|
|
<el-radio
|
|
@@ -376,7 +376,7 @@
|
|
|
<el-dialog :title="changeTagDialog.title" :visible.sync="changeTagDialog.open" width="800px" append-to-body>
|
|
|
|
|
|
<div>搜索标签:
|
|
|
- <el-input v-model="queryTagParams.tagName" placeholder="请输入标签名称" clearable size="small"
|
|
|
+ <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">搜索</el-button>
|
|
|
<el-button type="primary" icon="el-icon-plus" size="mini" @click="cancelSearchTags">重置</el-button>
|
|
@@ -426,6 +426,7 @@ import { sopListWxUserGroup } from '@/api/wxUser/wxUserGroup'
|
|
|
import { listAll as chatListAll } from '@/api/qw/groupChat'
|
|
|
import SopTemp from '@/views/qw/sopTemp/sopTemp.vue'
|
|
|
import { allListTagGroup } from '@/api/qw/tagGroup'
|
|
|
+import {searchTags} from "../../../api/qw/tag";
|
|
|
import Tip from '@/components/Tip'
|
|
|
|
|
|
export default {
|