Explorar o código

发布选科设置 - 保存结构

hare8999@163.com %!s(int64=3) %!d(string=hai) anos
pai
achega
593aee187f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()