Compare commits

..

No commits in common. "2673cf505295febacad99ff1667b781361744272" and "50b8b66a9715d2b5f1f646e930023559e95cbf7f" have entirely different histories.

View File

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