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

提交权限判断

parent b30bb850
......@@ -1121,7 +1121,7 @@ import { truncate } from 'fs';
export default {
data(){
return{
otherTable: false,
otherTable: true,
imageOptions:{
navbar:false,
title:false
......@@ -1851,7 +1851,7 @@ export default {
AuditSteps.forEach(item=>{
if(item.NextStep==1 && item.SpecialNode==2 && item.Status==1){
if (this.GetDetail.DijieBathFinanceList.length) {
this.otherTable = true
this.otherTable = false
}
this.Ststus = 1;
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