xuefy 3 年之前
父節點
當前提交
1ad20b938d
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      front-vue/src/views/service/credit/credit.vue

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

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