@@ -246,6 +246,9 @@ export default {
})
warehouseList().then(res => {
this.warehouseList = res.data.data.records
+ if (this.hctenantId != 681169) {
+ this.isProcurements = false
+ }
},
activated() {