@@ -187,7 +187,7 @@ export default {
handleSubmit(commit) {
const round = this.toApiModel(commit)
// 提交
- saveScoreImportConfig({ round }).then(res => {
+ saveScoreImportConfig(round).then(res => {
this.stepsVisible = false
this.msgSuccess('保存成功')
this.handleQuery()