venus-design 0.8.0 → 0.8.1
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.
|
@@ -152,7 +152,7 @@ var ExcelBatchEdit = function ExcelBatchEdit(props) {
|
|
|
152
152
|
_context2.next = 11;
|
|
153
153
|
break;
|
|
154
154
|
}
|
|
155
|
-
conds = props.conds != undefined ? "and " + props.conds : "";
|
|
155
|
+
conds = props.conds != undefined ? " and " + props.conds : "";
|
|
156
156
|
whereStr = "owner_record_id='" + props.id + "'" + conds;
|
|
157
157
|
filterConds = props.id != undefined ? whereStr : "owner_record_id='-1'"; // 组织数据查询条件
|
|
158
158
|
getData = {
|