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;