Compare commits
No commits in common. "dbe007f81b4360204a966fd8fbc19b01ce3f3a3f" and "793c8f6d007e10d4a39dae6a2b3faf5ca13800a7" have entirely different histories.
dbe007f81b
...
793c8f6d00
@ -178,7 +178,7 @@ export default Vue.extend({
|
||||
}).then(res => {
|
||||
const dataList = res && res.data && res.data.data
|
||||
const hasAuditInfo = Array.isArray(dataList) && dataList.length !== 0
|
||||
const roles = sessionStorage.getItem('jueseNew')
|
||||
const roles = sessionStorage.getItem('juese')
|
||||
const isCustomer = roles ? roles.includes('客户') : true
|
||||
if (hasAuditInfo || !isCustomer) {
|
||||
this.publish_type = type
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user