|
@@ -10,10 +10,7 @@ function SheetView(option) {
|
|
|
this.server = option.server;
|
|
|
this.list = [];
|
|
|
this.markControl.on('task.get.success', this, function(event, context, eventObject) {
|
|
|
- //开启原图显示
|
|
|
- if(option.showSheet===true){
|
|
|
- this.render(context.task.sheetUrls);
|
|
|
- }
|
|
|
+ this.render(context.task.sheetUrls);
|
|
|
});
|
|
|
this.markControl.on('task.get.none', this, function(event, context, eventObject) {
|
|
|
this.render();
|