src/views/console/system/addUser.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/console/system/addUser.vue
@@ -111,6 +111,11 @@ }, methods: { employeeIdChange(val) { //关联员工 if(val == null) { this.form.employeeId = ""; this.form.employeeName = ""; return; }; var that = this; this.form.employeeId = val[val.length - 1]; function forEmp(arr) {