|
@@ -169,7 +169,8 @@
|
|
month: proxy.moment().subtract(1, "month").format("MM"),
|
|
month: proxy.moment().subtract(1, "month").format("MM"),
|
|
principal: tenant.versionId !== '4' && !flag.value ? useUserStore().user.userId : null,
|
|
principal: tenant.versionId !== '4' && !flag.value ? useUserStore().user.userId : null,
|
|
tenantVersionId: tenant.versionId,
|
|
tenantVersionId: tenant.versionId,
|
|
- isZero: 0
|
|
|
|
|
|
+ isZero: 0,
|
|
|
|
+ deleted: 2
|
|
});
|
|
});
|
|
|
|
|
|
/*********************** 方法区 ****************************/
|
|
/*********************** 方法区 ****************************/
|