From 64d69413b9e2ca5ed5fb273299520c5fa72c529f Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 14 Aug 2021 10:58:10 +0800
Subject: [PATCH] 插件,及插件相关的修改

---
 src/api/resource/attach.js |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/api/resource/attach.js b/src/api/resource/attach.js
index e90ccaf..fba8496 100644
--- a/src/api/resource/attach.js
+++ b/src/api/resource/attach.js
@@ -1,6 +1,6 @@
 import request from '@/router/axios';
 
-export const getList = (current, size, params) => {
+export const getList = (current, size, params,deptid,type) => {
   return request({
     url: '/api/blade-resource/attach/list',
     method: 'get',
@@ -8,6 +8,8 @@
       ...params,
       current,
       size,
+      deptid,
+      type,
     }
   })
 }
@@ -32,6 +34,7 @@
   })
 }
 
+
 export const add = (row) => {
   return request({
     url: '/api/blade-resource/attach/submit',

--
Gitblit v1.9.3