浏览代码

修复bug

吴树波 4 天之前
父节点
当前提交
ebc9e878da
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/qw/sop/addSop.vue

+ 2 - 2
src/views/qw/sop/addSop.vue

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