人员管理中,当人员退出时,显示加入项目的时间
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-05-29 09:38:11 +08:00
parent d77c79acbd
commit 9d462f69f6
1 changed files with 1 additions and 1 deletions

View File

@ -738,7 +738,7 @@ export default {
},
handleIsDeletedChanged(val) {
if (val) {
this.statusForm.joinTime = ''
// this.statusForm.joinTime = ''
} else {
this.statusForm.removeTime = ''
}