fix: 网元软件版本安装参数错误
This commit is contained in:
@@ -121,7 +121,7 @@ function fnTableSelectedRowKeys(
|
|||||||
) {
|
) {
|
||||||
tableState.selectedRowKeys = keys;
|
tableState.selectedRowKeys = keys;
|
||||||
// 选择的表单数据填充
|
// 选择的表单数据填充
|
||||||
Object.assign(state.from, selectedRows[0], { id: '' });
|
Object.assign(state.from, selectedRows[0], { id: undefined });
|
||||||
}
|
}
|
||||||
|
|
||||||
/**查询列表, pageNum初始页数 */
|
/**查询列表, pageNum初始页数 */
|
||||||
@@ -205,7 +205,7 @@ function fnModalOpen() {
|
|||||||
|
|
||||||
/**对话框弹出确认执行函数*/
|
/**对话框弹出确认执行函数*/
|
||||||
function fnModalOk(e: any) {
|
function fnModalOk(e: any) {
|
||||||
Object.assign(state.from, e, { id: '' });
|
Object.assign(state.from, e, { id: undefined });
|
||||||
}
|
}
|
||||||
|
|
||||||
/**对话框弹出关闭执行函数*/
|
/**对话框弹出关闭执行函数*/
|
||||||
|
|||||||
Reference in New Issue
Block a user