WXL
2024-06-17 43988e7dae93378116a8c5f1fc76f5568d8fd4b2
src/views/knowledge/questionnaire/compilequer/index.vue
@@ -470,7 +470,9 @@
        >
        <el-button type="primary" @click="laststep()">上一步</el-button>
        <el-button type="info" @click="closeFm('ruleForm')">关闭</el-button>
        <el-button @click="Departmenttreatment('ruleForm')">保存题目数据</el-button>
        <el-button @click="Departmenttreatment('ruleForm')"
          >保存题目数据</el-button
        >
      </div>
      <!-- 问卷预览 -->
      <div v-if="Editprogress == 3">
@@ -605,7 +607,7 @@
import { listDept } from "@/api/system/dept";
import store from "@/store";
import {
  getQtemplateclassify,
  getQtemplateclassify,
  delQtemplateclassify,
  addQtemplateclassify,
  getQtemplatelist,
@@ -709,7 +711,7 @@
  created() {
    this.gettabList();
    this.getissueinfo();
    this.mode = store.getters.mode;
    this.mode = store.getters.Askmode;
    this.languagelist = store.getters.languagelist;
    this.usable = store.getters.usable;
    this.required = store.getters.required;
@@ -871,7 +873,7 @@
    handleDelete(row) {
      let index = this.ruleForm.svyLibTopics.indexOf(row);
      this.ruleForm.svyLibTopics.splice(index, 1);
      row.isoperation=3;
      row.isoperation = 3;
      this.delScriptVOList.push(row);
      this.sortFn();
    },