fix: 去除http数据集在进入编辑页面就执行脚本的情况

main
wu.jian2 1 year ago
parent e65c5049ce
commit 3d8e2194e2

@ -885,7 +885,7 @@ export default {
this.newParamsList = cloneDeep(paramsList)
this.codemirrorOption.mode = this.dataForm.config.requestType === 'frontend' ? 'text/javascript' : 'text/x-groovy'
// this.replaceParams(paramsList)
this.scriptExecute(true)
// this.scriptExecute(true)
})
}
},

Loading…
Cancel
Save