Browse Source

2025/6/26

master
Aoi_Tori 7 months ago
parent
commit
b7f1448021
  1. 5
      src/views/modules/sys/user-add-or-update.vue

5
src/views/modules/sys/user-add-or-update.vue

@ -210,7 +210,7 @@ export default {
},
getBUDepartmentPostList () {
let tempData ={
site:this.dataForm.siteID
site: this.$store.state.user.site
}
this.dataForm.buNo = ''
this.dataForm.buDesc = ''
@ -233,7 +233,7 @@ export default {
},
getBDPList () {
let tempData ={
site:this.dataForm.siteID
site: this.$store.state.user.site
}
getBUList(tempData).then(({data}) => {
this.buList = data.rows
@ -436,6 +436,7 @@ export default {
created() {
this.getFunctionButtonList()
this.getSiteList()
this.getBDPList()
}
}
</script>

Loading…
Cancel
Save