| | |
| | | <!-- |
| | | * @Date: 2024-04-27 20:04:34 |
| | | * @LastEditors: Sneed |
| | | * @LastEditTime: 2024-04-27 21:44:31 |
| | | * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/tpm/Machine.vue |
| | | * @LastEditTime: 2024-04-27 21:51:12 |
| | | * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/tpm/MachineTab.vue |
| | | --> |
| | | <template> |
| | | <el-container> |
| | |
| | | this.$refs.table.reload(this.params) |
| | | }, |
| | | table_add() { |
| | | this.$router.push(`/tpm/machine/create?type=create`); |
| | | this.$router.push(`/tpm/machine/create`); |
| | | }, |
| | | batchDel() { }, |
| | | } |