人员管理中,当人员退出时,显示加入项目的时间
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
d77c79acbd
commit
9d462f69f6
|
@ -738,7 +738,7 @@ export default {
|
||||||
},
|
},
|
||||||
handleIsDeletedChanged(val) {
|
handleIsDeletedChanged(val) {
|
||||||
if (val) {
|
if (val) {
|
||||||
this.statusForm.joinTime = ''
|
// this.statusForm.joinTime = ''
|
||||||
} else {
|
} else {
|
||||||
this.statusForm.removeTime = ''
|
this.statusForm.removeTime = ''
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue