diff --git a/src/app/component/view/wechat_channel/js/design.js b/src/app/component/view/wechat_channel/js/design.js index 7d3cc8832..92dd367f1 100644 --- a/src/app/component/view/wechat_channel/js/design.js +++ b/src/app/component/view/wechat_channel/js/design.js @@ -483,7 +483,7 @@ Vue.component("wechat_channel-edit", { initSortable: function () { // 检查Sortable库是否已加载 if (typeof Sortable !== 'undefined') { - const videoList = document.getElementById('videoListEdit'); + const videoList = this.$el.querySelector('.video-list-edit'); if (videoList) { // 销毁现有实例 if (this.sortableInstance) {