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'