| | |
| | | import pmsPng from '@/assets/pms.png' |
| | | // import Dialog from './Dialog.vue' |
| | | import MachineGroup from './MachineGroup.vue' |
| | | import Machine from './Machine.vue' |
| | | import Machine from './MachineTab.vue' |
| | | export default { |
| | | name: 'system', |
| | | components: { |
| | |
| | | }, |
| | | immediate: true |
| | | }, |
| | | treeCheckedNode: { |
| | | handler(val) { |
| | | this.addGroupShow = false |
| | | Object.keys(this.form).forEach(key => { |
| | | this.form[key] = val?.[key] |
| | | }) |
| | | }, |
| | | deep: true |
| | | } |
| | | }, |
| | | created() { |
| | | this.init() |
| | | this.queryList() |
| | | // this.init() |
| | | // this.queryList() |
| | | }, |
| | | methods: { |
| | | |