@fileverse-dev/fortune-core 1.2.64-patch-7 → 1.2.64-patch-9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -995,7 +995,6 @@ export function getComputeMap(ctx) {
|
|
|
995
995
|
var data = ctx.luckysheetfile[index].data;
|
|
996
996
|
if (_.isNil(data)) return null;
|
|
997
997
|
var computeMap = compute(ctx, ruleArr, data);
|
|
998
|
-
console.log("computeMap", computeMap, ruleArr, data);
|
|
999
998
|
return computeMap;
|
|
1000
999
|
}
|
|
1001
1000
|
export function checkCF(r, c, computeMap) {
|
|
@@ -1010,7 +1010,6 @@ function getComputeMap(ctx) {
|
|
|
1010
1010
|
var data = ctx.luckysheetfile[index].data;
|
|
1011
1011
|
if (_lodash.default.isNil(data)) return null;
|
|
1012
1012
|
var computeMap = compute(ctx, ruleArr, data);
|
|
1013
|
-
console.log("computeMap", computeMap, ruleArr, data);
|
|
1014
1013
|
return computeMap;
|
|
1015
1014
|
}
|
|
1016
1015
|
function checkCF(r, c, computeMap) {
|