wangyi
2026-02-28 a1cc3f87d24ae2a19295c7b38faa17228cd863ec
src/views/scMould/basicModeling/Gy_MouldFileList.vue
@@ -475,6 +475,7 @@
    },
    //列表数据
    getList() {
      this.clearData()
      this.pageSize = 50
      this.tableShow = false
      this.loading = true
@@ -1096,6 +1097,15 @@
        this.uploadData = this.getPage(this.uploadPage, this.alluploadList)
      }, 100)
    },
         //清除选中数据的缓存
        clearData() {
            this.ids = []
            this.multiple = true
            this.single = true
            this.OperationType = 0
            this.copyType = 0
        },
  }
};
</script>