fix 根据基地id变化选择获取基地名称
@ -152,7 +152,7 @@ export default {
async init(){
var res=await request("/api/purchase/purchaseUserShow",{
params:{
plantBaseInfoId:this.$store.getters['userInfo'].plantBaseInfoId,
plantBaseInfoId:this.$store.state.plantBaseInfoId,
}
})
if(res.statu){