浏览代码

发布选科设置 - 保存结构

hare8999@163.com 3 年之前
父节点
当前提交
593aee187f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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()