Parcourir la source

优化多选单个标签打印报错;优化多个资产盘点报表excel表

LinWuTai il y a 10 mois
Parent
commit
9113f80fed
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      ruoyi-ui/src/views/asset/information/index.vue

+ 1 - 1
ruoyi-ui/src/views/asset/information/index.vue

@@ -1027,7 +1027,7 @@ export default {
       if (Object.prototype.toString.call(ids) === '[object Array]') {
         if (ids.length === 1) {
           row = this.informationList.filter(item => item.id === ids[0])[0]
-          this.handSinglePrint(row, ids)
+          this.handSinglePrint(row, ids[0])
           this.isPrinter = true
           return
         }