Browse Source

作业发布列表状态查询报错

zhuth 6 years ago
parent
commit
d4b196a92c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/pc-web/app/view/Interaction/homework/List.js

+ 1 - 1
frontend/pc-web/app/view/Interaction/homework/List.js

@@ -58,7 +58,7 @@ Ext.define('school.view.interaction.homework.List', {
                 fieldLabel: '发布人'
             }, {
                 xtype: 'combobox',
-                name: 'homework_status',
+                name: 'task_status',
                 fieldLabel: '发布状态',
                 displayField: 'name',
                 valueField: 'value',