|
@@ -745,7 +745,7 @@ const onSubmit = () => {
|
|
|
return
|
|
|
}
|
|
|
} else if (state.params.responseBody.type == '2') {
|
|
|
- if (!state.params.responseBody.text.data.every(v => proxy.$util.isValue(v.label) && proxy.$util.isValue(v.key) && proxy.$util.isValue(v.valueType) && proxy.$util.isValue(v.value) && proxy.$util.isValue(v.formatType) && (v.formatType != 1 && proxy.$util.isValue(v.formatRule)))) {
|
|
|
+ if (!state.params.responseBody.text.data.every(v => proxy.$util.isValue(v.label) && proxy.$util.isValue(v.key) && proxy.$util.isValue(v.valueType) && proxy.$util.isValue(v.value) && proxy.$util.isValue(v.formatType) && (v.formatType == 1 || v.formatType != 1 && proxy.$util.isValue(v.formatRule)))) {
|
|
|
ElMessage.error('请完善Response Body参数信息!')
|
|
|
state.params.tab = 4
|
|
|
return
|