@@ -190,6 +190,10 @@ const del=(item,index)=>{
typeList.value.splice(index,1)
}
_getProcessingTypeList()
+const loadData=()=>{
+ date.value=formatDate(new Date())
+}
+window.onRefresh = loadData
</script>
<style scoped lang="sass">
.register