| | |
| | | :prelang="prelang" |
| | | :options="options" |
| | | :ajaxFun="ajaxFun" |
| | | ref="equipmentTable" |
| | | ref="lossRecordTable" |
| | | > |
| | | <template #toolbar></template> |
| | | </ttable> |
| | |
| | | } from '@/api/equipment/lossRecord' |
| | | import { mapGetters } from 'vuex' |
| | | import ttable from '@/views/common/ztt-table.vue' |
| | | import { transformDoc} from '@/util/fileTransform' |
| | | import { transformDoc } from '@/util/fileTransform' |
| | | export default { |
| | | data() { |
| | | return { |
| | |
| | | methods: { |
| | | // 同步文件 |
| | | syncFile() { |
| | | syncLossRecordFile().then((res) => {}) |
| | | syncLossRecordFile().then((res) => { |
| | | this.$refs.lossRecordTable.getDataList() |
| | | }) |
| | | }, |
| | | |
| | | // 文件下载 |