From 1ca7f55c50e0bad3182b1bc27114fd34835c953b Mon Sep 17 00:00:00 2001 From: "@jyuhsin" <729757837@qq.com> Date: Sat, 6 Sep 2025 15:18:48 +0800 Subject: [PATCH] commit --- .../resources/static/components/plugins/h5/TableList.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/resources/static/components/plugins/h5/TableList.vue b/src/main/resources/static/components/plugins/h5/TableList.vue index ae5e3f1d..894c8572 100644 --- a/src/main/resources/static/components/plugins/h5/TableList.vue +++ b/src/main/resources/static/components/plugins/h5/TableList.vue @@ -100,7 +100,11 @@ module.exports = { }, created() { // this.pageData(); - } + }, + mounted() { + // 通知父组件准备好了 + this.$emit('ready'); + } }