Browse Source

完善配件销售提成备案

zhanglei
yunuo970428 7 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() { getList() {
this.listLoading = true 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') this.listQuery.params.orgPath = window.sessionStorage.getItem('defaultOrgPath')
req.listPage(this.listQuery).then((response) => { req.listPage(this.listQuery).then((response) => {
this.listLoading = false this.listLoading = false

Loading…
Cancel
Save