Commit 53df760c authored by 华国豪's avatar 华国豪 🙄

提交权限判断

parent b30bb850
...@@ -1121,7 +1121,7 @@ import { truncate } from 'fs'; ...@@ -1121,7 +1121,7 @@ import { truncate } from 'fs';
export default { export default {
data(){ data(){
return{ return{
otherTable: false, otherTable: true,
imageOptions:{ imageOptions:{
navbar:false, navbar:false,
title:false title:false
...@@ -1851,7 +1851,7 @@ export default { ...@@ -1851,7 +1851,7 @@ export default {
AuditSteps.forEach(item=>{ AuditSteps.forEach(item=>{
if(item.NextStep==1 && item.SpecialNode==2 && item.Status==1){ if(item.NextStep==1 && item.SpecialNode==2 && item.Status==1){
if (this.GetDetail.DijieBathFinanceList.length) { if (this.GetDetail.DijieBathFinanceList.length) {
this.otherTable = true this.otherTable = false
} }
this.Ststus = 1; this.Ststus = 1;
item.AuditRecordList.forEach(audit=>{ item.AuditRecordList.forEach(audit=>{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment