feat: There is no way the, BUG #52083

This commit is contained in:
super_liu
2022-03-25 20:52:06 +08:00
parent f2f620134e
commit 9dcb47eff4
3 changed files with 3 additions and 0 deletions
@@ -472,6 +472,7 @@ export default {
_formData.append('createUserName', this.$store.getters.userInfo.userName)
_formData.append('prcType', 'buss3')
_formData.append('json', JSON.stringify({
taskInfo: '复审',
qbfsForm: this.qbfsForm,
commentText: this.commentText
}))
@@ -509,6 +509,7 @@ export default {
_formData.append('createUserName', this.$store.getters.userInfo.userName)
_formData.append('prcType', 'buss3')
_formData.append('json', JSON.stringify({
taskInfo: '汇总',
qbfsForm: this.qbfsForm,
commentText: this.commentText
}))
@@ -509,6 +509,7 @@ export default {
_formData.append('createUserName', this.$store.getters.userInfo.userName)
_formData.append('prcType', 'buss3')
_formData.append('json', JSON.stringify({
taskInfo: '重新汇总',
qbfsForm: this.qbfsForm,
commentText: this.commentText
}))