mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-02 12:09:13 +08:00
fix(接口测试): 修复拖拽前后置脚本,内容跟着改变的缺陷
--bug=1025603 --user=王孝刚 【接口测试】github#23767,test后置操作拉动后置操作问题 https://www.tapd.cn/55049933/s/1364262
This commit is contained in:
parent
020b232ae2
commit
7d3122f4cb
@ -39,6 +39,7 @@
|
||||
:draggable="true"
|
||||
:title="$t('api_test.definition.request.pre_script')"
|
||||
:jsr223-processor="data"
|
||||
:key="data.id"
|
||||
color="#B8741A"
|
||||
background-color="#F9F1EA" />
|
||||
<!--前置SQL-->
|
||||
@ -76,6 +77,7 @@
|
||||
:jsr223-processor="data"
|
||||
:draggable="true"
|
||||
color="#783887"
|
||||
:key="data.id"
|
||||
background-color="#F2ECF3" />
|
||||
|
||||
<!--后置SQL-->
|
||||
|
Loading…
Reference in New Issue
Block a user