From fa96edf2cf160164df283c4ae76494ead3a7925d Mon Sep 17 00:00:00 2001 From: shenyanpei Date: Mon, 24 Jan 2022 18:00:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=92=E6=A1=A3=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../processCenter/pages/creatProcess/bzrk/step2.vue | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue b/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue index 31130d429..1d960222d 100644 --- a/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue +++ b/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue @@ -1225,6 +1225,7 @@ export default { if (this.form.zrgcs.length === 0) { this.form.zrgcs = '' } + this.form.menusId = this.form.treeListId const json = JSON.stringify(this.form); this.$http.post('lawss/activiti/completeTask', { taskIds: this.taskIds, @@ -1260,17 +1261,13 @@ export default { processCreateStand(_formData).then(res => { if (res.result === '操作成功' || res.data === '入库成功') { this.$message.success(res.data) - let menuList = { - idlist: [this.form.standId], - menuIds: this.form.treeListId - } - this.$http.postData('sarStandardsInfo/sar-standards-info/saveStandardsMenuForFlow', menuList, { + /*this.$http.postData('sarStandardsInfo/sar-standards-info/saveStandardsMenuForFlow', menuList, { _this: this, }, resMenu => { if (resMenu.ok) { console.log(resMenu) } - }) + })*/ setTimeout(() => { this.$router.push({ name: 'ProcessCenter'