feat:打印部门选择

This commit is contained in:
houjunxiang
2026-01-08 15:40:44 +08:00
parent aa67e8ecf7
commit 1747a03826
4 changed files with 19 additions and 5 deletions

View File

@@ -72,6 +72,9 @@ const companyDeptStore = defineStore({
this.onCancel()
}
this.close()
},
reset() {
Object.assign(this.$state, defaultState())
}
}
})