feat: There is no way the, BUG #52083
This commit is contained in:
@@ -472,6 +472,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: '复审',
|
||||||
qbfsForm: this.qbfsForm,
|
qbfsForm: this.qbfsForm,
|
||||||
commentText: this.commentText
|
commentText: this.commentText
|
||||||
}))
|
}))
|
||||||
|
|||||||
@@ -509,6 +509,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: '汇总',
|
||||||
qbfsForm: this.qbfsForm,
|
qbfsForm: this.qbfsForm,
|
||||||
commentText: this.commentText
|
commentText: this.commentText
|
||||||
}))
|
}))
|
||||||
|
|||||||
@@ -509,6 +509,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: '重新汇总',
|
||||||
qbfsForm: this.qbfsForm,
|
qbfsForm: this.qbfsForm,
|
||||||
commentText: this.commentText
|
commentText: this.commentText
|
||||||
}))
|
}))
|
||||||
|
|||||||
Reference in New Issue
Block a user