Explorar o código

去掉融资审批状态为空

xuefy %!s(int64=4) %!d(string=hai) anos
pai
achega
733c750d7c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;