Browse Source

完善车型管理

zhanglei
yunuo970428 2 years ago
parent
commit
eaf7dd0a55
  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

@ -283,7 +283,7 @@ export default {
//
getOrgSidByPath({ orgPath: window.sessionStorage.getItem('defaultOrgPath') }).then((res) => {
if (res.success) {
this.listQuery.params.useOrgSid = res.data.sid
this.listQuery.params.useOrgSid = res.data
this.getList() //
}
})

Loading…
Cancel
Save