起草节点增加传参
This commit is contained in:
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,
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user