| | |
| | | v-model="dialogForm.wkshop_code" |
| | | style="width: 200px" |
| | | placeholder="请选择" |
| | | :disabled="operation==='edit'" |
| | | > |
| | | <el-option |
| | | v-for="item in wkshopArr" |
| | |
| | | |
| | | } |
| | | }, |
| | | created() { |
| | | this.getAttendanceSettSearch() |
| | | |
| | | this.getPrentOrganizationNoCompany() |
| | | this.getPersonPermissions() |
| | | }, |
| | | mounted() { |
| | | activated() { |
| | | window.addEventListener('resize', this.getHeight) |
| | | this.getHeight() |
| | | }, |
| | | created() { |
| | | this.getAttendanceSettSearch() |
| | | }, |
| | | async mounted() { |
| | | window.addEventListener('resize', this.getHeight) |
| | | this.getHeight() |
| | | await this.getPrentOrganizationNoCompany() |
| | | await this.getPersonPermissions() |
| | | }, |
| | | methods: { |
| | | async getPrentOrganizationNoCompany() { |
| | | const { data: res } = await PrentOrganizationNoCompany() |