Commit 9c44db7b authored by kevin's avatar kevin

fix

parent 1b07739f
......@@ -89,8 +89,6 @@
var loadSheet = function (templateId, update) {
var prokjectId = vatSessionService.project.id;
var period = 0;
setData();
return templateService.getPeriodTemplateJson(templateId,period,prokjectId).then(function (reportSpread) {
var spreadCtrl = getSpreadControl();
if (spreadCtrl) {
......
......@@ -32,8 +32,8 @@
mode: "standard"
},
selection: {
mode: "multiple",
deferred: true
mode: "multiple"/*,
deferred: true*/
},
sorting: {
mode: 'single'
......@@ -80,8 +80,8 @@
showColumnLines: true,
filterRow: {
visible: true
},
selectionFilter: ["Task_Status", "=", "Completed"]
}/*,
selectionFilter: ["Task_Status", "=", "Completed"]*/
};
//设置数据源表格的列
......
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