task#15950,变更按钮权限转换类型

This commit is contained in:
2024-11-14 13:59:45 +08:00
parent 675e89b02e
commit 3bb4688652

View File

@ -345,8 +345,7 @@ export default {
const urlParams = new URLSearchParams(window.location.search);
this.isZd = urlParams?.get('isZd') || ''
this.supplierId = urlParams?.get('supplierId') || ''
this.isBtn= urlParams?.get('isBtn')
console.log("this.isBtn",this.isBtn)
this.isBtn= Number(urlParams?.get('isBtn'))
},
async mounted() {
await this.checkMobile();