修复neID
This commit is contained in:
@@ -495,6 +495,8 @@ const modalStateFrom = Form.useForm(
|
|||||||
*/
|
*/
|
||||||
function fnModalOk() {
|
function fnModalOk() {
|
||||||
const from = Object.assign({}, toRaw(modalState.from));
|
const from = Object.assign({}, toRaw(modalState.from));
|
||||||
|
from.neId = queryParams.neId;
|
||||||
|
|
||||||
//return;
|
//return;
|
||||||
|
|
||||||
modalStateFrom
|
modalStateFrom
|
||||||
|
|||||||
Reference in New Issue
Block a user