复审流程-批准节点c类情况下不调取入库接口

This commit is contained in:
zyx.net
2022-10-24 16:28:59 +08:00
parent feb0aa215c
commit 30f7abd974
2 changed files with 1 additions and 2 deletions
@@ -656,7 +656,7 @@ export default {
}, res => {
if (res.success) {
this.isSubmit = false
if(this.qbfsForm.approvalOpinion === 0){
if(this.qbfsForm.approvalOpinion === 0 && this.qbfsForm.standSort.indexOf("Q/QCBFC") == -1){
this.processCreateFsBuss(json)
}
this.$router.push({path:'/processCenter?tabsName=ProcessCenter'})
@@ -3031,7 +3031,6 @@ export default {
_this: this
}, res => {
if (res.ok) {
return
this.$http.post("lawss/activiti/completeTask", {
taskIds: res.data,
userId: this.$store.getters.userInfo.userId,