flx:修改筛选参数
This commit is contained in:
parent
9a84af974c
commit
54e547a18f
4
package-lock.json
generated
4
package-lock.json
generated
@ -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",
|
||||
|
||||
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user