WXL
2024-07-31 2599fae1a6e1f9cab1d0cdd92372d2b368038f88
src/views/repositoryai/intention/index.vue
@@ -1247,6 +1247,10 @@
          }
        });
        if (valid) {
          this.indexform.optionDesc = this.testuserList
            .filter((item) => item.isoperation != 3)
            .map((item) => item.targetvalue)
            .join(", ");
          if (!this.indexform.version) this.indexform.version = "1.0";
          if (this.indexform.id != undefined) {
            this.indexform.isoperation = 2;