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,
|
||||
result: {},
|
||||
currentProtocol: null,
|
||||
saveOtherPageData: false,
|
||||
selectNodeIds: [],
|
||||
moduleOptions: {},
|
||||
isApiListEnable: true,
|
||||
|
|
|
@ -94,7 +94,8 @@ export default {
|
|||
rest:[],
|
||||
body:{
|
||||
type: 'JSON',
|
||||
binary:[]
|
||||
binary:[],
|
||||
kvs: [],
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -15,6 +15,7 @@ export default {
|
|||
execution_times: 'Execution times',
|
||||
cover: 'Cover',
|
||||
module_title: 'Default module',
|
||||
save_data_when_page_change: 'Save when page change',
|
||||
not_cover: 'Not Cover',
|
||||
import: 'Import',
|
||||
import_success: 'Import success',
|
||||
|
|
|
@ -15,6 +15,7 @@ export default {
|
|||
execution_times: '执行次数',
|
||||
cover: '覆盖',
|
||||
module_title: '默认模块',
|
||||
save_data_when_page_change: '翻页保存勾选项',
|
||||
not_cover: '不覆盖',
|
||||
import: '导入',
|
||||
import_success: '导入成功',
|
||||
|
|
|
@ -15,6 +15,7 @@ export default {
|
|||
execution_times: '執行次數',
|
||||
cover: '覆蓋',
|
||||
module_title: '默認模塊',
|
||||
save_data_when_page_change: '翻頁保存勾選項',
|
||||
not_cover: '不覆蓋',
|
||||
import: '導入',
|
||||
import_success: '導入成功',
|
||||
|
|
Loading…
Reference in New Issue