task#15950,变更按钮权限转换类型
This commit is contained in:
@ -345,8 +345,7 @@ export default {
|
|||||||
const urlParams = new URLSearchParams(window.location.search);
|
const urlParams = new URLSearchParams(window.location.search);
|
||||||
this.isZd = urlParams?.get('isZd') || ''
|
this.isZd = urlParams?.get('isZd') || ''
|
||||||
this.supplierId = urlParams?.get('supplierId') || ''
|
this.supplierId = urlParams?.get('supplierId') || ''
|
||||||
this.isBtn= urlParams?.get('isBtn')
|
this.isBtn= Number(urlParams?.get('isBtn'))
|
||||||
console.log("this.isBtn",this.isBtn)
|
|
||||||
},
|
},
|
||||||
async mounted() {
|
async mounted() {
|
||||||
await this.checkMobile();
|
await this.checkMobile();
|
||||||
|
Reference in New Issue
Block a user