WXL
2024-08-03 d96a7562b2515584fac4dcb57fdbdcadc8f36fef
src/views/repositoryai/intention/index.vue
@@ -806,7 +806,7 @@
    this.valuetypelb = store.getters.askvaluetype;
    this.languagelist = store.getters.languagelist;
    this.qyoptions = store.getters.askvaluetype;
    this.usable = store.getters.usable;
    this.usable = store.getters.usable;
  },
  methods: {
    /** 查询指标列表 */
@@ -876,6 +876,7 @@
      });
      // 把数组重新转换为字符串并赋值
      inputValueArr = inputValueArr.join("");
      console.log(inputValueArr);
      if (this.currentInputId == "targetdesc") {
        this.indexform.targetdesc = inputValueArr;