fix:修复脚本数据集首次点击执行参数列表未正常显示的bug

修复脚本数据集首次点击执行参数列表未正常显示的bug
main
hong.yang 2 years ago
parent 6556e22dc7
commit 2d97d9a460

@ -667,6 +667,8 @@ export default {
this.dataForm.paramsList = res.config.paramsList ? res.config.paramsList : []
this.dataForm.fieldDesc = res.config.fieldDesc
this.dataForm.fieldList = res.config.fieldList
this.paramsListCopy = _.cloneDeep(this.dataForm.paramsList)
this.scriptExecute(true)
})
},

Loading…
Cancel
Save