起草节点增加传参

This commit is contained in:
zyx.net
2022-11-17 14:17:00 +08:00
parent e5988362cb
commit afc1631937
3 changed files with 3308 additions and 0 deletions
File diff suppressed because it is too large Load Diff
@@ -3088,6 +3088,7 @@ export default {
json.prcCreateUser = this.form.prcCreateUser
json.prcCreateUserName = this.form.prcCreateUserName
json.standCode = this.tableData.standardData[0].standCode
json.id = this.tableData.standardData[0].id
this.$http.post('lawss/activiti/startProcessRollBack', {
createUser: this.$store.getters.userInfo.userId,
createUserName: this.$store.getters.userInfo.userName,
+8
View File
@@ -1115,6 +1115,14 @@ const routes = [
requireAuth: true,
title: '企标制修订流程及企业标准库流程'
}
},{
path: '/bussLibrarys1',
name: 'bussLibrarys1',
component: () => import('@/pages/processCenter/pages/creatProcess/qbrk/step1-2.vue'),
meta: {
requireAuth: true,
title: '企标制修订流程及企业标准库流程'
}
}, {
path: '/bussLibraryC1',
name: 'bussLibraryC1',