瀏覽代碼

去掉融资审批状态为空

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;