fix(接口测试): 部分参数设置页面显示问题修复
This commit is contained in:
parent
4766fa8b4c
commit
780f51659a
|
@ -3,6 +3,7 @@
|
|||
:visible.sync="itemValueVisible"
|
||||
:append-to-body="appendToBody"
|
||||
:fullscreen="dialogVisible"
|
||||
:modal="false"
|
||||
class="advanced-item-value"
|
||||
width="100%">
|
||||
|
||||
|
|
|
@ -12,18 +12,18 @@
|
|||
@select="change">
|
||||
<i slot="suffix" class="el-input__icon el-icon-edit pointer" @click="advanced(mock)"></i>
|
||||
</el-autocomplete>
|
||||
<ms-api-variable-advance :scenario-definition="scenarioDefinition" :current-item="mock" ref="variableAdvance"/>
|
||||
|
||||
<ms-advance ref="variableAdvance" :current-item="mock"/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import {JMETER_FUNC, MOCKJS_FUNC} from "@/common/js/constants";
|
||||
import MsAdvance from "./Advance";
|
||||
import MsApiVariableAdvance from "../../../../../api/definition/components/ApiVariableAdvance";
|
||||
|
||||
export default {
|
||||
name: 'MsMock',
|
||||
components: {MsAdvance},
|
||||
components: {MsApiVariableAdvance},
|
||||
props: {
|
||||
schema: {
|
||||
type: Object,
|
||||
|
|
Loading…
Reference in New Issue