Browse Source

更新源码

master
CN\wuwx26 5 years ago
parent
commit
9bd5b51cf8
  1. 7
      src/controllers/protection.js

7
src/controllers/protection.js

@ -968,6 +968,13 @@ export function checkProtectionLockedRangeList(rangeList, sheetIndex){
return true; return true;
} }
//EPM-BUDGET-START
let cell = sheetFile.data[rangeList[0].row[0]][rangeList[0].column[0]]
if(cell&& !cell.lo){
return true;
}
//EPM-BUDGET-END
const _locale = locale(); const _locale = locale();
const local_protection = _locale.protection; const local_protection = _locale.protection;

Loading…
Cancel
Save