From 32d69fcb07f2325d9b93ce1a8b3716eec73ae70f Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期一, 08 四月 2024 18:24:07 +0800 Subject: [PATCH] 测试完成 --- src/views/repositoryai/intention/index.vue | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/views/repositoryai/intention/index.vue b/src/views/repositoryai/intention/index.vue index 9b83381..79481fc 100644 --- a/src/views/repositoryai/intention/index.vue +++ b/src/views/repositoryai/intention/index.vue @@ -1189,6 +1189,12 @@ /** 鏇存柊/淇敼鎻愪氦鎸夐挳 */ submitForm: function () { // this.indexform.targetoptionList=[] + this.indexform.targetoptionList = this.indexform.targetoptionList.map( + (res) => { + res.isoperation = 2; + return res; + } + ); this.$refs["indexform"].validate((valid) => { this.indexform.targetoptionList = this.testuserList.concat( this.targetoptionList -- Gitblit v1.9.3