소스 검색

去掉融资审批状态为空

xuefy 4 년 전
부모
커밋
733c750d7c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      front-vue/src/views/service/credit/credit.vue

+ 1 - 1
front-vue/src/views/service/credit/credit.vue

@@ -2925,7 +2925,7 @@ export default {
        //融资企业
       if(this.companyType == '02'){
           //审批中
-          if(row.zfiSupplierStatus == '00' || !row.zfiSupplierStatus){
+          if(row.zfiSupplierStatus == '00'){
               this.hisTaskForm = true;
               approvalProcess(row).then((response) => {
                  this.histaskList = response.data;