gaoshp
2024-04-27 8b76298e3077e1823e2ab52e9ab3fafb4451c3a5
src/views/tpm/MachineTab.vue
@@ -1,8 +1,8 @@
<!--
 * @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>
@@ -118,7 +118,7 @@
            this.$refs.table.reload(this.params)
        },
        table_add() {
            this.$router.push(`/tpm/machine/create?type=create`);
            this.$router.push(`/tpm/machine/create`);
        },
        batchDel() { },
    }