gaoshp
2024-04-27 e1947c8638faedf07e2298a57a850f711196845f
src/views/tpm/machine-management.vue
@@ -51,19 +51,10 @@
            },
            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: {