优化生产制单

This commit is contained in:
Mrking 2024-10-22 22:38:09 +08:00
parent 476860c434
commit eeed462ef4
1 changed files with 2 additions and 1 deletions

View File

@ -357,6 +357,7 @@ const getList = async () => {
} finally {
loading.value = false
}
getTabsCount()
}
@ -574,7 +575,7 @@ onActivated(() => {
onMounted(() => {
getList()
//
getTabsCount()
//getTabsCount()
})
</script>