|
|
@ -166,8 +166,7 @@ export default { |
|
|
|
data(){ |
|
|
|
return{ |
|
|
|
searchVal:{ |
|
|
|
userId: '', |
|
|
|
enterpriseId: '', |
|
|
|
baseId: this.$store.state.plantBaseInfoId, |
|
|
|
pageNo:1, |
|
|
|
pageSize:6, |
|
|
|
type:"1"//1 农资,2 农产品 |
|
|
@ -177,13 +176,6 @@ export default { |
|
|
|
} |
|
|
|
}, |
|
|
|
onLoad(options){ |
|
|
|
if (this.$store.getters['userInfo'].roleCode=="baseAdmin") { |
|
|
|
this.searchVal.userId = this.$store.getters['userInfo'].id |
|
|
|
this.searchVal.enterpriseId = '' |
|
|
|
} else { |
|
|
|
this.searchVal.enterpriseId = this.$store.getters['userInfo'].companyId |
|
|
|
this.searchVal.userId = '' |
|
|
|
} |
|
|
|
this.search() |
|
|
|
}, |
|
|
|
methods:{ |
|
|
|