fix 标准入库/变更、标准征求意见、法规采购流程保存
This commit is contained in:
@@ -1164,6 +1164,7 @@ export default {
|
||||
if (!formData) {
|
||||
return
|
||||
}
|
||||
formData.basicTaskInfoDTO.commitFlag = 1 // 同意就传1,驳回传2,其他都为空
|
||||
this.loading = true
|
||||
agreeConsultationProcess(formData).then(res => {
|
||||
if (res.success) {
|
||||
@@ -1185,6 +1186,7 @@ export default {
|
||||
if (!formData) {
|
||||
return
|
||||
}
|
||||
formData.basicTaskInfoDTO.commitFlag = 2 // 同意就传1,驳回传2,其他都为空
|
||||
this.loading = true
|
||||
rejectConsultationProcess(formData).then(res => {
|
||||
if (res.success) {
|
||||
|
||||
Reference in New Issue
Block a user