feat: There is no way the, BUG #52083

This commit is contained in:
super_liu
2022-03-25 20:45:25 +08:00
parent 6b356b8a80
commit f2f620134e
2 changed files with 2 additions and 1 deletions
@@ -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,