Преглед изворни кода

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

LinWuTai пре 10 месеци
родитељ
комит
9113f80fed
1 измењених фајлова са 1 додато и 1 уклоњено
  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
         }