优化代码

This commit is contained in:
Your Name 2023-09-08 18:21:00 +08:00
parent 45cca50bd0
commit af527e3963

View File

@ -58,7 +58,7 @@
_that._loadStaffList(); _that._loadStaffList();
}else{ }else{
_that.audit.staffId = _data.data[0].assignee; _that.audit.staffId = _data.data[0].assignee;
this.$emit('getAuditInfo', this.audit) _that.$emit('getAuditInfo', _that.audit)
} }
}) })
}, },