This commit is contained in:
yanran200730
2022-03-03 17:18:52 +08:00
parent f3be7e21c9
commit a183f874b4

View File

@@ -497,7 +497,7 @@ export default {
})
this.dict.load(dicts)
if (res.data.approvalStatus == 1) {
if (res.data.approvalStatus == 1 && res.data.tableType && res.data.tableType === '2') {
this.menuList.push('签署文件')
}
}