Commit e39551b8 by 李金轩

ljx

1 parent 58e38148
......@@ -57,8 +57,10 @@ export default defineComponent({
const isLoading = ref(false)
const __main = function() {
isLoading.value = true
equipmentTimeErrorVerificationApi.getList().then(
(r) => {
isLoading.value = false
dataList.value = r.data
}
)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!