diff --git a/api-test/frontend/src/business/commons/json-schema/schema/editor/main.vue b/api-test/frontend/src/business/commons/json-schema/schema/editor/main.vue index 5b8ee256f7..e87f701f16 100644 --- a/api-test/frontend/src/business/commons/json-schema/schema/editor/main.vue +++ b/api-test/frontend/src/business/commons/json-schema/schema/editor/main.vue @@ -62,6 +62,7 @@ + + @@ -290,6 +322,7 @@ import MsDialogFooter from 'metersphere-frontend/src/components/MsDialogFooter'; import { getUUID } from 'metersphere-frontend/src/utils'; import CustomInput from '../custom-input/index'; import CustomTextarea from '../custom-textarea/index'; +import {pick} from "mockjs/src/mock/random/helper"; export default { name: 'JsonSchemaEditor', @@ -435,6 +468,7 @@ export default { }, }, methods: { + pick, showColumns(columns) { if (!this.paramColumns) { return false;