Kaynağa Gözat

Merge branch 'zhaoj'

ZhaoJing 2 yıl önce
ebeveyn
işleme
6778b29175
3 değiştirilmiş dosya ile 77 ekleme ve 2 silme
  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 = {

Dosya farkı çok büyük olduğundan ihmal edildi
+ 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)