ZhangXianQiang
2024-05-17 3aa69066c6c9b06ba9c0defe4d01bd741e8ed97b
src/views/exam/personalRandomTemplate/edit.vue
@@ -409,12 +409,12 @@
          if (lastHasAll){
            this.form.menuIds = this.form.menuIds.slice(1)
          }
          let op = [];
          for(var ele of this.form.menuIds){
            op.push(ele[1])
          };
          // let op = [];
          // for(var ele of this.form.menuIds){
          //   op.push(ele[1])
          // };
          this.form.userIds = this.form.menuIds;
          this.form.menuIds = JSON.stringify(this.form.menuIds);
          this.form.userIds = op;
          console.log("laks",this.form)
          if(this.form.questionTypeVMS == null){
            this.form.questionTypeVMS = [];