|
@@ -772,7 +772,7 @@ export default {
|
|
|
//查询模板
|
|
|
selectListSopTemp(type) {
|
|
|
if(this.form.filterMode == 2){
|
|
|
- type = 5;
|
|
|
+ type = 11;
|
|
|
}
|
|
|
this.tempOpen = true;
|
|
|
setTimeout(() => {
|
|
@@ -925,7 +925,7 @@ export default {
|
|
|
this.$refs["form"].validate(valid => {
|
|
|
if (valid) {
|
|
|
if (this.form.type == 2 && this.form.filterMode == 2) {
|
|
|
- this.form.sendType = 5;
|
|
|
+ this.form.sendType = 11;
|
|
|
if (this.form.chatIds.length <= 0) {
|
|
|
return this.$message.error("请选择群聊")
|
|
|
}
|