zmdms-webui 3.1.9 → 3.2.0

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.
@@ -112,10 +112,11 @@ function useFetchElectronData(options) {
112
112
  getElectronList({
113
113
  deptId: deptId,
114
114
  flowId: flowId,
115
+ secondDepId: secondDepId,
115
116
  }).then(function (res) {
116
117
  setElectronList(res);
117
118
  });
118
- }, [needQys, deptId, flowId, getElectronList]);
119
+ }, [needQys, deptId, secondDepId, flowId, getElectronList]);
119
120
  // 20240920:部门变更了 需要重新获取一级责任人
120
121
  useEffect(function () {
121
122
  setFirstLevelPersonName("");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zmdms-webui",
3
- "version": "3.1.9",
3
+ "version": "3.2.0",
4
4
  "private": false,
5
5
  "main": "dist/index.es.js",
6
6
  "module": "dist/index.es.js",