flx:修改筛选参数

This commit is contained in:
Rain_ 2025-10-13 17:19:33 +08:00
parent 9a84af974c
commit 54e547a18f
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "zhgdyun",
"version": "0.1.0",
"version": "1.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "zhgdyun",
"version": "0.1.0",
"version": "1.0.1",
"dependencies": {
"@univerjs/core": "^0.4.2",
"@univerjs/design": "^0.4.2",

View File

@ -1408,7 +1408,7 @@ export default {
projectSn: this.$store.state.projectSn,
pageNo: 1,
pageSize: -1,
id: projectGroupIds
ids: projectGroupIds
}).then(res => {
this.enterpriseTypeList = res.result.records.filter(item => projectGroupIds.includes(item.id));
if (this.enterpriseTypeList.length == 1 && type != 2) {