fix: 修复周报点击编辑关闭后再点击"新建汇报"按钮导致用户列表无法重新加载的问题

This commit is contained in:
Mr.Huan 2022-01-22 13:50:56 +08:00
parent 463e67d64c
commit 2eabc76c1a

View File

@ -104,10 +104,16 @@ export default {
if (this.id > 0) {
this.getDetail(val);
}else{
this.userInputShow = false;
this.reportData.offset = 0;
this.reportData.type = "weekly";
this.reportData.receive = [];
this.getTemplate();
setTimeout(() => {
//
// UserInput
this.userInputShow = true;
}, 50)
}
},
},