Compare commits

...

2 Commits

Author SHA1 Message Date
dbe007f81b Merge pull request 'bugfix' (#12) from main into prod
Reviewed-on: #12
2025-08-19 19:00:00 +08:00
c05ed767b3 bugfix 2025-08-19 18:59:08 +08:00

View File

@ -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('juese')
const roles = sessionStorage.getItem('jueseNew')
const isCustomer = roles ? roles.includes('客户') : true
if (hasAuditInfo || !isCustomer) {
this.publish_type = type