Compare commits
2 Commits
50b8b66a97
...
2673cf5052
| Author | SHA1 | Date | |
|---|---|---|---|
| 2673cf5052 | |||
| d5963a51fa |
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user