This commit is contained in:
曹辉 2023-03-22 15:41:34 +08:00
parent 1405b8987a
commit 3bb6a9cc75

View File

@ -783,6 +783,7 @@ export default {
});
}
} else {
this.form.nurseStationIds = this.form.nurseStationIds.join(",");
addUser(this.form).then(response => {
this.$modal.msgSuccess("新增成功");
this.open = false;