复审流程-批准节点c类情况下不调取入库接口
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user