feat: There is no way the, BUG #52083
This commit is contained in:
@@ -1114,6 +1114,7 @@ export default {
|
|||||||
_formData.append('createUserName', this.$store.getters.userInfo.userName)
|
_formData.append('createUserName', this.$store.getters.userInfo.userName)
|
||||||
_formData.append('prcType', 'buss3')
|
_formData.append('prcType', 'buss3')
|
||||||
_formData.append('json', JSON.stringify({
|
_formData.append('json', JSON.stringify({
|
||||||
|
taskInfo: '起草',
|
||||||
roleForm: this.roleForm,
|
roleForm: this.roleForm,
|
||||||
qbfsForm: this.qbfsForm,
|
qbfsForm: this.qbfsForm,
|
||||||
commentText: this.commentText
|
commentText: this.commentText
|
||||||
|
|||||||
@@ -569,7 +569,7 @@ export default {
|
|||||||
if(mes !== null && mes.taskInfo !== null) {
|
if(mes !== null && mes.taskInfo !== null) {
|
||||||
if (mes.taskInfo === '起草'){
|
if (mes.taskInfo === '起草'){
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: 'bussLibraryProduct1',
|
name: 'qbfsStep1',
|
||||||
query: {
|
query: {
|
||||||
type: 'buss3',
|
type: 'buss3',
|
||||||
processName: mes.taskInfo,
|
processName: mes.taskInfo,
|
||||||
|
|||||||
Reference in New Issue
Block a user