Browse Source

取消下载

master
songguoqiang 1 year ago
parent
commit
26c0ab4d2b
  1. 2
      src/views/detection/records/index.vue

2
src/views/detection/records/index.vue

@ -219,7 +219,7 @@ const searchFormClick = (searchData) => {
/** 初始化 **/
onMounted(async () => {
getList()
importTemplateData.templateUrl = await RecordsApi.importTemplate()
//importTemplateData.templateUrl = await RecordsApi.importTemplate()
})
</script>

Loading…
Cancel
Save