fix : 项目实施台账时间搜索

This commit is contained in:
2024-07-18 17:33:54 +08:00
parent 618cc8cb87
commit ad3e7479f4
3 changed files with 105 additions and 84 deletions

View File

@@ -305,7 +305,10 @@ const search = (val) => {
tableConfig.params = {...val, projectId: route.query.id}
tableIns.value.refresh()
}
onActivated(()=>{
search()
// tableIns.value.refresh()
})
</script>
<style scoped>