Commit 7c797cca by fengshuonan

修改查询条件

parent 04f292f4
...@@ -94,7 +94,7 @@ Dept.delete = function () { ...@@ -94,7 +94,7 @@ Dept.delete = function () {
*/ */
Dept.search = function () { Dept.search = function () {
var queryData = {}; var queryData = {};
queryData['condition'] = $("#condition").val(); queryData['condition'] = Dept.condition.name;
Dept.table.refresh({query: queryData}); Dept.table.refresh({query: queryData});
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment