fix(接口测试): 修复后置脚本默认展示提取参数
--bug=1011477 --user=王孝刚 【接口测试】api-test-后置脚本配置-默认显示后置脚本与需求不符 https://www.tapd.cn/55049933/s/1122110
This commit is contained in:
parent
c5717c8cad
commit
091e2d8b20
|
@ -174,7 +174,7 @@ export default {
|
|||
children: "hashTree"
|
||||
},
|
||||
preOperate: "script",
|
||||
postOperate: "script",
|
||||
postOperate: "extract",
|
||||
preOperates: [
|
||||
{id: 'script', name: this.$t('api_test.definition.request.pre_script')},
|
||||
{id: 'sql', name: this.$t('api_test.definition.request.pre_sql')},
|
||||
|
|
Loading…
Reference in New Issue