WXL
2024-08-13 d1367a2eafbc26cadf07abb3caa94a0d64d09cab
src/views/repositoryai/verbaltrick/particulars/index.vue
@@ -291,7 +291,7 @@
              </el-form-item>
            </el-col>
            <el-col :span="6">
              <span style="font-size: 12px">{{
              <span style="font-size: 12px" v-if="indexform.scriptVoice">{{
                indexform.scriptVoice.substring(
                  indexform.scriptVoice.lastIndexOf("/") + 1
                )
@@ -341,7 +341,7 @@
              </el-form-item>
            </el-col>
            <el-col :span="6">
              <span style="font-size: 12px">{{
              <span style="font-size: 12px" v-if="indexform.nomatchvoice">{{
                indexform.nomatchvoice.substring(
                  indexform.nomatchvoice.lastIndexOf("/") + 1
                )
@@ -390,7 +390,7 @@
              </el-form-item>
            </el-col>
            <el-col :span="6">
              <span style="font-size: 12px">{{
              <span style="font-size: 12px" v-if="indexform.sliencevoice">{{
                indexform.sliencevoice.substring(
                  indexform.sliencevoice.lastIndexOf("/") + 1
                )
@@ -440,7 +440,7 @@
              </el-form-item>
            </el-col>
            <el-col :span="6">
              <span style="font-size: 12px">{{
              <span style="font-size: 12px" v-if="indexform.noclearlyvoice">{{
                indexform.noclearlyvoice.substring(
                  indexform.noclearlyvoice.lastIndexOf("/") + 1
                )
@@ -598,6 +598,17 @@
              @keyup.enter.native="gettargetInfo"
            />
          </el-form-item>
          <el-form-item label="指标类型" prop="scriptType">
            <el-select v-model="queryParams.scriptType" placeholder="请选择">
              <el-option
                v-for="(item, index) in qyoptions"
                :key="item.value"
                :label="item.label"
                :value="item.value"
              >
              </el-option>
            </el-select>
          </el-form-item>
          <el-form-item>
            <el-button
@@ -728,6 +739,7 @@
      addvalue: "添加题目",
      languagelist: [], //语言列表
      qyoptions: [],
      // 查询参数
      queryParams: {
        pageNum: 1,
@@ -745,6 +757,7 @@
    this.languagelist = store.getters.languagelist;
    this.usable = store.getters.usable;
    this.courtyardlist = store.getters.courtyardlist;
    this.qyoptions = store.getters.askvaluetype;
  },
  methods: {
@@ -863,6 +876,7 @@
        .catch(() => {});
    },
    gettargetInfo() {
      this.queryParams.suitWay = 2;
      gettargetInfo(this.queryParams).then((res) => {
        console.log(res);
        this.targetList = res.rows;
@@ -918,6 +932,7 @@
        this.indexform.scriptVoice = response.url;
      } else if (additionalParam == 2) {
        this.indexform.nomatchvoice = response.url;
        console.log(this.indexform.nomatchvoice);
      } else if (additionalParam == 3) {
        this.indexform.sliencevoice = response.url;
      } else if (additionalParam == 4) {