kts-component-invoice-operate 3.2.115 → 3.2.117

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.
@@ -37,7 +37,7 @@ export default class GoodsListState {
37
37
  /** 单位列表 */
38
38
  unitList: string[];
39
39
  /** 默认税率 */
40
- defaultRate: number;
40
+ defaultRate: any;
41
41
  /** 税率列表 */
42
42
  taxRateList: number[];
43
43
  /** 搜索条件 */