|
@@ -339,7 +339,7 @@ var projectObj = {
|
|
|
checkMainSpread: function () {
|
|
|
if (!this.mainSpread) {
|
|
|
this.mainSpread = SheetDataHelper.createNewSpread($('#billsSpread')[0]);
|
|
|
- this.mainSpread.getActiveSheet().selectionPolicy(GC.Spread.Sheets.SelectionPolicy.single);
|
|
|
+ this.mainSpread.getActiveSheet().selectionPolicy(GC.Spread.Sheets.SelectionPolicy.muliRange);
|
|
|
}
|
|
|
},
|
|
|
refreshMainSpread: function () {
|