Browse Source

完善配件销售提成备案

master
yunuo970428 6 months ago
parent
commit
f03f174e92
  1. 3
      yxt-as-ui/src/views/basicinformation/sparePartsCommissionFiling/sparePartsCommissionFiling.vue

3
yxt-as-ui/src/views/basicinformation/sparePartsCommissionFiling/sparePartsCommissionFiling.vue

@ -234,7 +234,8 @@ export default {
//
getList() {
this.listLoading = true
this.listQuery.params.createBySid = window.sessionStorage.getItem('userSid')
this.listQuery.params.userSid = window.sessionStorage.getItem('userSid')
this.listQuery.params.menuUrl = this.$route.path
this.listQuery.params.orgPath = window.sessionStorage.getItem('defaultOrgPath')
req.listPage(this.listQuery).then((response) => {
this.listLoading = false

Loading…
Cancel
Save