Browse Source

完善车型管理

zhanglei
yunuo970428 2 years ago
parent
commit
acd39571d8
  1. 2
      anrui-scm/anrui-scm-ui/src/views/cheliang/chexing/relation/chexingguanlianchangyong.vue

2
anrui-scm/anrui-scm-ui/src/views/cheliang/chexing/relation/chexingguanlianchangyong.vue

@ -492,7 +492,7 @@ export default {
this.listLoading = true
getOrgSidByPath({ orgPath: window.sessionStorage.getItem('defaultOrgPath') }).then((res) => {
if (res.success) {
this.listQuery.params.useOrgSid = res.data.sid
this.listQuery.params.useOrgSid = res.data
pagerList(this.listQuery).then((response) => {
this.listLoading = false
if (

Loading…
Cancel
Save