task#15950,变更按钮权限转换类型
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user