fix(Mock期望): #1007553 【接口测试】mock添加期望,请求体form-data值无法写入

【接口测试】mock添加期望,请求体form-data值无法写入
This commit is contained in:
song-tianyang 2021-10-28 10:45:10 +08:00 committed by song-tianyang
parent a3561988b0
commit e683280503
5 changed files with 6 additions and 1 deletions

View File

@ -65,6 +65,7 @@ export default {
buttonIsWorking:false,
result: {},
currentProtocol: null,
saveOtherPageData: false,
selectNodeIds: [],
moduleOptions: {},
isApiListEnable: true,

View File

@ -94,7 +94,8 @@ export default {
rest:[],
body:{
type: 'JSON',
binary:[]
binary:[],
kvs: [],
}
}
},

View File

@ -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',

View File

@ -15,6 +15,7 @@ export default {
execution_times: '执行次数',
cover: '覆盖',
module_title: '默认模块',
save_data_when_page_change: '翻页保存勾选项',
not_cover: '不覆盖',
import: '导入',
import_success: '导入成功',

View File

@ -15,6 +15,7 @@ export default {
execution_times: '執行次數',
cover: '覆蓋',
module_title: '默認模塊',
save_data_when_page_change: '翻頁保存勾選項',
not_cover: '不覆蓋',
import: '導入',
import_success: '導入成功',