@ningboyz/apis 1.0.175 → 1.0.176
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 +2 -2
- package/packages/card/type.ts +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ningboyz/apis",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.176",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "宁波甬政请求库",
|
|
6
6
|
"author": "nbyt-syq",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"registry": "https://registry.npmjs.org/"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@ningboyz/types": "1.0.
|
|
20
|
+
"@ningboyz/types": "1.0.176",
|
|
21
21
|
"axios": "1.8.4"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {}
|
package/packages/card/type.ts
CHANGED
|
@@ -70,7 +70,7 @@ export class TCardGblbNextYearQuerys implements ICardGblbNextYearQuerys {
|
|
|
70
70
|
/** ========== main ==========*/
|
|
71
71
|
export interface ICardMainSelectd2Querys {
|
|
72
72
|
/** 是否需要筛选只能拆分的资产卡片 */
|
|
73
|
-
|
|
73
|
+
cansplit: number;
|
|
74
74
|
/** 1为待处理中数据,0为选择卡片(关联区数据以及所有业务中)\*/
|
|
75
75
|
withflow: number;
|
|
76
76
|
/** 0为根据单位权限 */
|
|
@@ -88,7 +88,7 @@ export interface ICardMainSelectd2Querys {
|
|
|
88
88
|
}
|
|
89
89
|
|
|
90
90
|
export class TCardMainSelectd2Querys implements ICardMainSelectd2Querys {
|
|
91
|
-
|
|
91
|
+
cansplit: number = -1;
|
|
92
92
|
withflow: number = -1;
|
|
93
93
|
viewonly: number = -1;
|
|
94
94
|
canclose: number = -1;
|