diff --git a/WebRoot/view/zj/list.html b/WebRoot/view/zj/list.html
index af9436d3..38cb30e3 100644
--- a/WebRoot/view/zj/list.html
+++ b/WebRoot/view/zj/list.html
@@ -72,11 +72,7 @@
function tableRender() {
table.render({
elem: '#data-table',
- url: '/QingLong/organization/getSchoolList',
- where: {
- school_type_id: -1,
- parent_org_id: "064BB3C9-E8DB-45ED-B0C1-6ABC5EA3B667"
- },
+ url: '/QingLong/zjcq/listZjcq',
height: 'full-150',
page: {
limit: 15
@@ -86,9 +82,8 @@
},
cols: [[
{ title: '序号', align: 'center', width: "5%", type: 'numbers' },
- { title: '学校名称', field: 'org_name', align: 'center' },
- { title: '学校编码', field: 'org_code', align: 'center', width: "15%" },
- { title: '学校类型', field: 'school_type_name', align: 'center', width: "15%" },
+ { title: '名称', field: 'ys_name', align: 'center' },
+ { title: '日期', field: 'ys_date', align: 'center', width: "15%" },
{ title: '操作', toolbar: '#table-bar', align: 'center', width: "35%" }
]],
skin: 'line',