Browse Source

feat: 修改

linwenxin 1 năm trước cách đây
mục cha
commit
40262fb3bd
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  1. 9 0
      src/api/common.js

+ 9 - 0
src/api/common.js

@@ -1,5 +1,14 @@
 import request, { postBlob, getBlob, handleImport } from '@/utils/request'
 
+// 模板下载
+export function commonTemplateDownload(params, name) {
+  return getBlob({
+    url: 'common/template/download',
+    params,
+    name
+  })
+}
+
 export function getSystemList(params) {
   return request({
     url: '/sys/dict/list/page',