From 4fa9ec346fceb9a65ecbdbaeae923451497924e2 Mon Sep 17 00:00:00 2001 From: kuaifan Date: Thu, 9 Mar 2023 20:51:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BB=85=E6=98=BE=E7=A4=BA=E6=88=91?= =?UTF-8?q?=E7=9A=84=E6=96=87=E4=BB=B6=E6=97=B6=E6=97=A0=E6=B3=95=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/assets/js/pages/manage/file.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/assets/js/pages/manage/file.vue b/resources/assets/js/pages/manage/file.vue index 823e5246f..f3baec94d 100644 --- a/resources/assets/js/pages/manage/file.vue +++ b/resources/assets/js/pages/manage/file.vue @@ -959,6 +959,7 @@ export default { id: id, type: command, name: '', + userid: this.userId, newname: this.$L('未命名') }); this.autoBlur(id)