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