From bf4cb195c34e79dae5576b21a215118b7ef1357f Mon Sep 17 00:00:00 2001 From: yz3456 <2753272399@qq.com> Date: 星期四, 11 七月 2024 21:33:39 +0800 Subject: [PATCH] 修改了bug和用户管理配偶显示问题 --- ruoyi-ui/src/views/pet/petnote.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/src/views/pet/petnote.vue b/ruoyi-ui/src/views/pet/petnote.vue index 99cddf2..82c7f1d 100644 --- a/ruoyi-ui/src/views/pet/petnote.vue +++ b/ruoyi-ui/src/views/pet/petnote.vue @@ -773,12 +773,12 @@ var file = params.file; var formData = new FormData(); formData.append('excelImport', file); - // formData.append('pid', pid); // 娣诲姞瀵煎叆鍒板摢涓� ID 鐨勪俊鎭� + formData.append('pid', pid); // 娣诲姞瀵煎叆鍒板摢涓� ID 鐨勪俊鎭� // console.log(formData,'formDataformDataformData') // alert(this.pid); let _this = this; - enload(formData,this.pid) + enload(this.pid,formData) .then(response => { _this.getList(); Message({ message: "瀵煎叆鎴愬姛", type: 'warning' }); -- Gitblit v1.9.1