yangys
2025-09-09 e3b2609c38422afab080be9fd629947e550b506a
src/views/tasks/machinereturnfiles.vue
@@ -73,7 +73,7 @@
        size:'mini',
        index: true,
        selection: true,
        selectionWidth:20,
        selectionWidth:30,
        addBtn: false,
        editBtn: false,
        delBtn: false,
@@ -297,6 +297,8 @@
        params: obj,
      }).then(
        res => {
          var screenHeight = window.innerHeight;
          this.option.maxHeight = (screenHeight - 390) + 'px';
          const data = res.data.data;
          this.mypage.total = data.total;
          this.data = data.records;