Compare commits
No commits in common. "2673cf505295febacad99ff1667b781361744272" and "50b8b66a9715d2b5f1f646e930023559e95cbf7f" have entirely different histories.
2673cf5052
...
50b8b66a97
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user