chenrui
2025-03-28 0723f2c7428d57458df1dca3a619d92b5f23d140
src/views/equipment/lossrecord/index.vue
@@ -8,7 +8,7 @@
        :prelang="prelang"
        :options="options"
        :ajaxFun="ajaxFun"
        ref="equipmentTable"
        ref="lossRecordTable"
      >
        <template #toolbar></template>
      </ttable>
@@ -226,7 +226,9 @@
  methods: {
    // 同步文件
    syncFile() {
      syncLossRecordFile().then((res) => {})
      syncLossRecordFile().then((res) => {
        this.$refs.lossRecordTable.getDataList()
      })
    },
    // 文件下载