fix(Mock期望): #1007553 【接口测试】mock添加期望,请求体form-data值无法写入
【接口测试】mock添加期望,请求体form-data值无法写入
This commit is contained in:
parent
a3561988b0
commit
e683280503
|
@ -65,6 +65,7 @@ export default {
|
||||||
buttonIsWorking:false,
|
buttonIsWorking:false,
|
||||||
result: {},
|
result: {},
|
||||||
currentProtocol: null,
|
currentProtocol: null,
|
||||||
|
saveOtherPageData: false,
|
||||||
selectNodeIds: [],
|
selectNodeIds: [],
|
||||||
moduleOptions: {},
|
moduleOptions: {},
|
||||||
isApiListEnable: true,
|
isApiListEnable: true,
|
||||||
|
|
|
@ -94,7 +94,8 @@ export default {
|
||||||
rest:[],
|
rest:[],
|
||||||
body:{
|
body:{
|
||||||
type: 'JSON',
|
type: 'JSON',
|
||||||
binary:[]
|
binary:[],
|
||||||
|
kvs: [],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -15,6 +15,7 @@ export default {
|
||||||
execution_times: 'Execution times',
|
execution_times: 'Execution times',
|
||||||
cover: 'Cover',
|
cover: 'Cover',
|
||||||
module_title: 'Default module',
|
module_title: 'Default module',
|
||||||
|
save_data_when_page_change: 'Save when page change',
|
||||||
not_cover: 'Not Cover',
|
not_cover: 'Not Cover',
|
||||||
import: 'Import',
|
import: 'Import',
|
||||||
import_success: 'Import success',
|
import_success: 'Import success',
|
||||||
|
|
|
@ -15,6 +15,7 @@ export default {
|
||||||
execution_times: '执行次数',
|
execution_times: '执行次数',
|
||||||
cover: '覆盖',
|
cover: '覆盖',
|
||||||
module_title: '默认模块',
|
module_title: '默认模块',
|
||||||
|
save_data_when_page_change: '翻页保存勾选项',
|
||||||
not_cover: '不覆盖',
|
not_cover: '不覆盖',
|
||||||
import: '导入',
|
import: '导入',
|
||||||
import_success: '导入成功',
|
import_success: '导入成功',
|
||||||
|
|
|
@ -15,6 +15,7 @@ export default {
|
||||||
execution_times: '執行次數',
|
execution_times: '執行次數',
|
||||||
cover: '覆蓋',
|
cover: '覆蓋',
|
||||||
module_title: '默認模塊',
|
module_title: '默認模塊',
|
||||||
|
save_data_when_page_change: '翻頁保存勾選項',
|
||||||
not_cover: '不覆蓋',
|
not_cover: '不覆蓋',
|
||||||
import: '導入',
|
import: '導入',
|
||||||
import_success: '導入成功',
|
import_success: '導入成功',
|
||||||
|
|
Loading…
Reference in New Issue