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('prcType', 'buss3')
|
||||
_formData.append('json', JSON.stringify({
|
||||
taskInfo: '起草',
|
||||
roleForm: this.roleForm,
|
||||
qbfsForm: this.qbfsForm,
|
||||
commentText: this.commentText
|
||||
|
||||
@@ -569,7 +569,7 @@ export default {
|
||||
if(mes !== null && mes.taskInfo !== null) {
|
||||
if (mes.taskInfo === '起草'){
|
||||
this.$router.push({
|
||||
name: 'bussLibraryProduct1',
|
||||
name: 'qbfsStep1',
|
||||
query: {
|
||||
type: 'buss3',
|
||||
processName: mes.taskInfo,
|
||||
|
||||
Reference in New Issue
Block a user