This commit is contained in:
木瓜一块八 2025-08-19 18:39:18 +08:00
parent db76dd7302
commit d5963a51fa

View File

@ -176,7 +176,7 @@ export default Vue.extend({
reqEnterpriseAuditInfoSearch({
url_link: window.location.href,
}).then(res => {
if (res.data.length !== 0 || !sessionStorage.getItem('juese').includes('客户')) {
if (res.data.data[0].length !== 0 || !sessionStorage.getItem('juese').includes('客户')) {
this.publish_type = type
this.sendProductVisible = true
} else {