|
@@ -170,7 +170,7 @@
|
|
|
<enrollment-modal ref="modalForm" @ok="modalFormOk"></enrollment-modal>
|
|
|
|
|
|
|
|
|
- <a-modal title="新增用户选择" :width="450" :visible="newUserVisible" :closable="false" :maskClosable="false">
|
|
|
+ <a-modal title="新增员工选择" :width="450" :visible="newUserVisible" :closable="false" :maskClosable="false">
|
|
|
<template slot="footer">
|
|
|
<a-button type="primary" @click="handleAddUser">确认</a-button>
|
|
|
<a-button type="primary" @click="newUserVisible = false">取消</a-button>
|
|
@@ -401,7 +401,7 @@
|
|
|
username : u.user_id,
|
|
|
realname: u.user_cn_name,
|
|
|
}
|
|
|
- this.handleEdit(user);
|
|
|
+ this.handleEdit(user,'新增');
|
|
|
this.newUserVisible = false;
|
|
|
},
|
|
|
handleSubmit(id){
|