Explorar o código

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

LinWuTai hai 10 meses
pai
achega
9113f80fed
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
         }