manage-client 4.0.93 → 4.0.94-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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "4.0.93",
3
+ "version": "4.0.94-1",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -772,6 +772,7 @@ import exportConfig from './../exportConfig'
772
772
  getCondition () {
773
773
  return {
774
774
  condition: `${this.$refs.paged.$refs.cri.condition}` + this.orgCondtionStr,
775
+ f_queryweb: this.isQueryWeb,
775
776
  condValue: this.$refs.paged.model.condValue,
776
777
  startDate: this.$refs.paged.$refs.cri.model.startDate,
777
778
  endDate: this.$refs.paged.$refs.cri.model.endDate