|
@@ -57,7 +57,7 @@ export default {
|
|
|
//搜索
|
|
|
formList: [
|
|
|
{
|
|
|
- prop: "educationTypeId",
|
|
|
+ prop: "educationId",
|
|
|
placeholder: "教育类型",
|
|
|
scope: "educationType",
|
|
|
},
|
|
@@ -65,13 +65,13 @@ export default {
|
|
|
prop: "businessId",
|
|
|
placeholder: "业务层次",
|
|
|
scope: "businessLevel",
|
|
|
- edu: "educationTypeId",
|
|
|
+ edu: "educationId",
|
|
|
},
|
|
|
{
|
|
|
prop: "subjectId",
|
|
|
placeholder: "科目",
|
|
|
scope: "sujectType",
|
|
|
- edu: "educationTypeId",
|
|
|
+ edu: "educationId",
|
|
|
},
|
|
|
{
|
|
|
prop: "status",
|