Explorar el Código

发布选科设置 - 保存结构

hare8999@163.com hace 3 años
padre
commit
593aee187f
Se han modificado 1 ficheros con 1 adiciones y 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()