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