1
lzhe
2024-05-08 80f38ba659e9a58a834806d981575e6a9217d3e5
src/views/tpm/MachineTab.vue
@@ -1,7 +1,7 @@
<!--
 * @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>
@@ -138,10 +138,12 @@
            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()