From f81e83fca9cfca4d5149450433d9650b9dd59197 Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期三, 21 八月 2024 17:14:00 +0800
Subject: [PATCH] 增加了新的模块

---
 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