revt: 回退网元软件包类型支持adb,mf,rtproxy
This commit is contained in:
@@ -29,10 +29,10 @@ let tableColumns: ColumnsType = [
|
||||
width: 50,
|
||||
},
|
||||
{
|
||||
title: t('views.ne.neSoftware.type'),
|
||||
dataIndex: 'type',
|
||||
title: t('views.ne.common.neType'),
|
||||
dataIndex: 'neType',
|
||||
align: 'left',
|
||||
width: 120,
|
||||
width: 100,
|
||||
},
|
||||
{
|
||||
title: t('views.ne.neSoftware.version'),
|
||||
@@ -297,7 +297,7 @@ function fnStepNext() {
|
||||
onMounted(() => {
|
||||
const { neType, neId } = stepState.neInfo;
|
||||
if (neId) {
|
||||
tableState.queryParams.type = neType;
|
||||
tableState.queryParams.neType = neType;
|
||||
state.from.neType = neType;
|
||||
state.from.neId = neId;
|
||||
fnGetList(1);
|
||||
|
||||
Reference in New Issue
Block a user