From 53d76ae60199fe1bdf5e1e5c9bafda755afb66bf Mon Sep 17 00:00:00 2001 From: feige <791364011@qq.com> Date: 星期二, 20 二月 2024 11:14:37 +0800 Subject: [PATCH] 修改了数据 --- ruoyi-ui/src/views/clean/cleanInfo.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/src/views/clean/cleanInfo.vue b/ruoyi-ui/src/views/clean/cleanInfo.vue index ce46f00..e228639 100644 --- a/ruoyi-ui/src/views/clean/cleanInfo.vue +++ b/ruoyi-ui/src/views/clean/cleanInfo.vue @@ -278,11 +278,11 @@ this.btn= jd this.dsb = !jd this.isShow=true - document.title = "淇敼淇濇磥鏀剁撼璇︾粏淇℃伅"; + // document.title = "淇敼淇濇磥鏀剁撼璇︾粏淇℃伅"; this.$route.meta.title = "淇敼淇濇磥鏀剁撼璇︾粏淇℃伅";//鍒楄〃鐨勫悕绉� } else{ - document.title = "淇濇磥鏀剁撼璇︾粏淇℃伅"; + // document.title = "淇濇磥鏀剁撼璇︾粏淇℃伅"; this.$route.meta.title = "淇濇磥鏀剁撼璇︾粏淇℃伅";//鍒楄〃鐨勫悕绉� this.btn = false; this.isShow=false; @@ -457,6 +457,7 @@ { var file = params.file; var formData = new FormData(); + // console.log(file) formData.append('uploadFile', file); let _this = this this.uploading1 = true; -- Gitblit v1.9.1