Browse Source

发布选科设置 - 保存结构

hare8999@163.com 3 years ago
parent
commit
593aee187f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/permission/components/round-settings.vue

+ 1 - 1
src/views/permission/components/round-settings.vue

@@ -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()