watch: {
visible: function(newVal) {
if (newVal) {
if (this.$refs.table) {
this.$refs.table.reload({ page: 1 });
}
}
}
},

posted on 2025-08-29 11:15  回收心碎花哥  阅读(4)  评论(0)    收藏  举报