Browse Source

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

LinWuTai 10 months ago
parent
commit
9113f80fed
1 changed files with 1 additions and 1 deletions
  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 (Object.prototype.toString.call(ids) === '[object Array]') {
         if (ids.length === 1) {
         if (ids.length === 1) {
           row = this.informationList.filter(item => item.id === ids[0])[0]
           row = this.informationList.filter(item => item.id === ids[0])[0]
-          this.handSinglePrint(row, ids)
+          this.handSinglePrint(row, ids[0])
           this.isPrinter = true
           this.isPrinter = true
           return
           return
         }
         }