Browse Source

盘点权限

master
xuhuajiao 4 weeks ago
parent
commit
fa5d7ea885
  1. 5
      src/views/assetManage/stocktaking/index.vue

5
src/views/assetManage/stocktaking/index.vue

@ -501,7 +501,8 @@ export default {
},
computed: {
...mapGetters([
'baseApi'
'baseApi',
'user'
]),
hasAssets() {
return this.totalAssets > 0
@ -519,9 +520,11 @@ export default {
methods: {
[CRUD.HOOK.beforeRefresh]() {
//
console.log('this.user', this.user)
this.crud.params.billNo = this.query.billNo
this.crud.params.warehouseId = this.query.warehouseId
this.crud.params.status = this.query.status
this.crud.query.userId = this.user.id
//
this.originalPage = this.crud.page.page

Loading…
Cancel
Save