WXL
2024-07-29 40bdf0b225257391ae33b9e934d51d9eabd04f5d
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;