From 73512f0ab89b306f8bdb7b4d173b128f45577528 Mon Sep 17 00:00:00 2001 From: Anyon Date: Wed, 6 Jul 2022 15:36:17 +0800 Subject: [PATCH] Update image.html --- app/admin/view/api/upload/image.html | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/app/admin/view/api/upload/image.html b/app/admin/view/api/upload/image.html index 95ce3c86a..db904c3f5 100644 --- a/app/admin/view/api/upload/image.html +++ b/app/admin/view/api/upload/image.html @@ -25,15 +25,8 @@ var app = new vue({ el: '#ImageDialog', data: { - page: 1, - limit: 15, - show: false, - mult: false, - keys: '', - list: [], - data: [], - idxs: {}, - urls: [], + page: 1, limit: 15, show: false, mult: false, + keys: '', list: [], data: [], idxs: {}, urls: [], }, created: function () { this.$btn = $('#{$get.id|default=""}'); @@ -52,8 +45,7 @@ this.urls = []; this.data.forEach(function (file) { app.setValue(file.xurl); - }); - this.setInput(); + }), this.setInput(); }, // 设置单项数据 setItem: function (item) {