@yqg/permission 1.3.0-alpha.8 → 1.3.0-alpha.9

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yqg/permission",
3
- "version": "1.3.0-alpha.8",
3
+ "version": "1.3.0-alpha.9",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "type": "module",
@@ -241,7 +241,7 @@ const onCheck = (checkedIds:any, info:any) => {
241
241
  };
242
242
 
243
243
  formState.features = checkedIds;
244
-
244
+ onChangeTime();
245
245
  // 收集需要展示的数据属性
246
246
  categoryList.value = useCategory(permissionList.value, formState.features);
247
247
  // 预览审批流程
@@ -2,7 +2,7 @@
2
2
  <contextHolder></contextHolder>
3
3
  </template>
4
4
  <script lang="ts" setup>
5
- import { createVNode } from 'vue';
5
+ import { createVNode } from 'vue';
6
6
  import { CheckCircleFilled } from '@ant-design/icons-vue';
7
7
  import { Modal } from 'ant-design-vue';
8
8
  import t from '../utils';
@@ -53,8 +53,8 @@
53
53
  defineExpose({countDown});
54
54
 
55
55
  </script>
56
- <style scoped>
57
- :deep(.yqg-permission-modal-wrap .yqg-permission-modal-confirm-btns) {
56
+ <style>
57
+ .yqg-permission-modal-wrap .yqg-permission-modal-confirm-btns {
58
58
  text-align: center!important;
59
59
  }
60
60
  </style>