|
@@ -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;
|