| | |
| | | <!-- |
| | | * @Date: 2024-04-27 20:04:34 |
| | | * @LastEditors: Sneed |
| | | * @LastEditTime: 2024-05-07 22:23:47 |
| | | * @LastEditTime: 2024-05-07 22:40:21 |
| | | * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/tpm/MachineTab.vue |
| | | --> |
| | | <template> |
| | |
| | | this.$refs.table.reload(this.params) |
| | | }, |
| | | table_add() { |
| | | this.$refs.dialog.open('add') |
| | | this.$refs.dialog.open('add', { |
| | | groupId: this.params.groupId |
| | | }) |
| | | }, |
| | | table_edit(row) { |
| | | this.$refs.dialog.open('add', { id: row.id }) |
| | | this.$refs.dialog.open('edit', { id: row.id }) |
| | | }, |
| | | success() { |
| | | this.getTreeData() |