Browse Source

Merge branch 'sit' into v3.0

snow 3 weeks ago
parent
commit
d33a739276
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/supply/purchPayRelive/detail.vue

+ 2 - 0
src/views/supply/purchPayRelive/detail.vue

@@ -36,6 +36,8 @@ const { hasPermissionWithCode } = usePermission(pageName);
 
 const { isSuperUser } = useUserInfo();
 
+// 11
+
 const isDisplay = ref(true)
 
 const formRef = ref<InstanceType<typeof ReconciliationForm> | null>(null);