centaline-data-driven 1.4.50 → 1.4.51

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "centaline-data-driven",
3
- "version": "1.4.50",
3
+ "version": "1.4.51",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
@@ -845,6 +845,10 @@ export default {
845
845
  submitData[k] = rowData[k];
846
846
  });
847
847
 
848
+ if (field.flagAttachSearchCondition) {
849
+ submitData["searchFields"] = self.model.getSearchData();
850
+ }
851
+
848
852
  let action = field.action;
849
853
  if (field.actionField) {
850
854
  action = rowData[field.actionField];