浏览代码

Merge branch 'zhaoj'

ZhaoJing 2 年之前
父节点
当前提交
6778b29175
共有 3 个文件被更改,包括 77 次插入2 次删除
  1. 1 1
      src/pages/xdhq/sbbx/bxlb.vue
  2. 75 0
      src/store/local/zj.js
  3. 1 1
      src/store/user.ts

+ 1 - 1
src/pages/xdhq/sbbx/bxlb.vue

@@ -210,7 +210,7 @@ function importApi(data: { file: File }) {
 }
 
 function exportApi(d) {
-  return download(URL_CUT + '/index', {...queryForm_Data.value,...d})
+  return download(URL_CUT + '/index', {...queryForm_Data.value,...d,excel_file_name:'报修类别'})
 }
 
 const API_MAP = {

文件差异内容过多而无法显示
+ 75 - 0
src/store/local/zj.js


+ 1 - 1
src/store/user.ts

@@ -1,4 +1,4 @@
-import local from './local/zjx'
+import local from './local/zj'
 
 export const user = local
 // export const user = JSON.parse(localStorage.getItem('userInfo') as string)