|
|
@@ -208,7 +208,6 @@ import { nextTick, onMounted, reactive } from 'vue'
|
|
|
import { Form } from 'ant-design-vue'
|
|
|
import { useRoute } from 'vue-router'
|
|
|
import { useId } from '@/hooks'
|
|
|
-import { Item } from 'ant-design-vue/lib/menu'
|
|
|
|
|
|
const columns = [
|
|
|
{
|
|
|
@@ -281,7 +280,7 @@ const columnsCmdParams = [
|
|
|
dataIndex: 'dataType'
|
|
|
},
|
|
|
{
|
|
|
- title: '数据类型',
|
|
|
+ title: '参数描述',
|
|
|
key: 'description',
|
|
|
dataIndex: 'description'
|
|
|
},
|
|
|
@@ -381,7 +380,6 @@ const delCmdParams = (type: 'request' | 'response', id: string) => {
|
|
|
const openModalCmdp = (type: 'request' | 'response', opraState: 'add' | 'update', record: any = {}) => {
|
|
|
state.cmdParamsOpraState = type
|
|
|
state.cmdParamsvisible = true
|
|
|
- console.log('resetFieldsCmdP:', record)
|
|
|
|
|
|
resetFieldsCmdP(record)
|
|
|
}
|