feat:修改http数据集

main
liu.shiyi 2 years ago
parent 797915ade8
commit e6dcb8f3dc

@ -1019,7 +1019,7 @@ export default {
// //
// const flag = this.dataForm.config.paramsList.some(item => !item.value) // const flag = this.dataForm.config.paramsList.some(item => !item.value)
// //
if (this.dataForm.config.paramsList && this.dataForm.config.paramsList.length) { if (this.dataForm.config.paramsList && this.dataForm.config.paramsList.length && !isInit) {
this.$refs.paramsSettingDialog.open(true) this.$refs.paramsSettingDialog.open(true)
} else { } else {
this.getData() this.getData()

Loading…
Cancel
Save