Merge pull request 'bugfix' (#10) from main into prod

Reviewed-on: #10
This commit is contained in:
charles 2025-08-19 18:40:18 +08:00
commit 2673cf5052

View File

@ -176,7 +176,7 @@ export default Vue.extend({
reqEnterpriseAuditInfoSearch({ reqEnterpriseAuditInfoSearch({
url_link: window.location.href, url_link: window.location.href,
}).then(res => { }).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.publish_type = type
this.sendProductVisible = true this.sendProductVisible = true
} else { } else {