vue2-client 1.22.29 → 1.22.31
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/.idea/inspectionProfiles/Project_Default.xml +17 -0
- package/1yarn.lock +11850 -0
- package/logs/afgit.config.log +12 -0
- package/logs/afgit.config.log.2026-02-27 +7 -0
- package/logs/afgit.config_error.log +6 -0
- package/logs/afgit.config_error.log.2026-02-27 +3 -0
- package/package.json +1 -1
- package/pnpm-workspace.yaml +4 -0
- package/src/assets/img/80359c35a5465167cb25ff87bab49035d041a65558b35-YJOr3x.png +0 -0
- package/src/assets/img/hisLogo.png +0 -0
- package/src/base-client/components/common/XInspectionDetailDrawer/components/ImageAnnotationShow.vue +1 -1
- package/src/base-client/components/common/XInspectionDetailDrawer/index.vue +1 -2
- package/src/base-client/components/his/Login/index.vue +781 -0
- package/src/base-client/components/his/XHisEditor/XDocTree.vue +529 -529
- package/src/base-client/components/his/XRadio/XRadio.vue +27 -2
- package/src/router/async/router.map.js +2 -1
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
2026-03-18 10:11:17 - afgit.config - INFO - 开始推送配置
|
|
2
|
+
2026-03-18 10:11:17 - afgit.config - INFO - 开始推送配置文件(含新增与修改),目录: ./config_files
|
|
3
|
+
2026-03-18 10:11:17 - afgit.config - DEBUG - 开始认证,URL: http://192.168.50.67:31467/api/af-auth/login, 用户名: 1
|
|
4
|
+
2026-03-18 10:11:18 - afgit.config - ERROR - 解析认证响应失败: {"code":400,"data":null,"error":true,"msg":"用户不存在/密码错误","success":false}, 用户名: 1, 密码: Class123!@!
|
|
5
|
+
2026-03-18 10:11:18 - afgit.config - ERROR - 认证失败,推送终止
|
|
6
|
+
2026-03-18 10:11:18 - afgit.config - ERROR - 推送配置失败
|
|
7
|
+
2026-03-18 10:11:24 - afgit.config - INFO - 开始拉取最新配置
|
|
8
|
+
2026-03-18 10:11:24 - afgit.config - INFO - 开始下载配置文件到: ./config_files
|
|
9
|
+
2026-03-18 10:11:24 - afgit.config - DEBUG - 开始认证,URL: http://192.168.50.67:31467/api/af-auth/login, 用户名: 1
|
|
10
|
+
2026-03-18 10:11:25 - afgit.config - ERROR - 解析认证响应失败: {"code":400,"data":null,"error":true,"msg":"用户不存在/密码错误","success":false}, 用户名: 1, 密码: Class123!@!
|
|
11
|
+
2026-03-18 10:11:25 - afgit.config - ERROR - 认证失败,下载终止
|
|
12
|
+
2026-03-18 10:11:25 - afgit.config - ERROR - 拉取配置失败
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
2026-02-27 09:24:44 - afgit.config - INFO - 开始拉取最新配置
|
|
2
|
+
2026-02-27 09:24:44 - afgit.config - INFO - 创建本地目录: ./config_files
|
|
3
|
+
2026-02-27 09:24:44 - afgit.config - INFO - 开始下载配置文件到: ./config_files
|
|
4
|
+
2026-02-27 09:24:44 - afgit.config - DEBUG - 开始认证,URL: http://192.168.50.67:31467/api/af-auth/login, 用户名: 1
|
|
5
|
+
2026-02-27 09:24:44 - afgit.config - ERROR - 解析认证响应失败: {"code":400,"data":null,"error":true,"msg":"用户不存在/密码错误","success":false}, 用户名: 1, 密码: Class123!@!
|
|
6
|
+
2026-02-27 09:24:44 - afgit.config - ERROR - 认证失败,下载终止
|
|
7
|
+
2026-02-27 09:24:44 - afgit.config - ERROR - 拉取配置失败
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
2026-03-18 10:11:18 - afgit.config - ERROR - 解析认证响应失败: {"code":400,"data":null,"error":true,"msg":"用户不存在/密码错误","success":false}, 用户名: 1, 密码: Class123!@!
|
|
2
|
+
2026-03-18 10:11:18 - afgit.config - ERROR - 认证失败,推送终止
|
|
3
|
+
2026-03-18 10:11:18 - afgit.config - ERROR - 推送配置失败
|
|
4
|
+
2026-03-18 10:11:25 - afgit.config - ERROR - 解析认证响应失败: {"code":400,"data":null,"error":true,"msg":"用户不存在/密码错误","success":false}, 用户名: 1, 密码: Class123!@!
|
|
5
|
+
2026-03-18 10:11:25 - afgit.config - ERROR - 认证失败,下载终止
|
|
6
|
+
2026-03-18 10:11:25 - afgit.config - ERROR - 拉取配置失败
|
package/package.json
CHANGED
|
Binary file
|
|
@@ -265,7 +265,6 @@ import ImagePreviewModal from '@vue2-client/base-client/components/common/ImageP
|
|
|
265
265
|
import { printWithHtmlToImage, exportToPDFWithJpeg } from '@vue2-client/utils/htmlToImage'
|
|
266
266
|
import { runLogic } from '@vue2-client/services/api/common'
|
|
267
267
|
import { executeStrFunctionByContext } from '@vue2-client/utils/runEvalFunction'
|
|
268
|
-
|
|
269
268
|
export default {
|
|
270
269
|
name: 'XInspectionDetailDrawer',
|
|
271
270
|
components: {
|
|
@@ -467,7 +466,7 @@ export default {
|
|
|
467
466
|
//遍历隐患明细,获取隐患处理后照片
|
|
468
467
|
for (let i = 0; i < data.hazardList.length; i++) {
|
|
469
468
|
let param = { defectId:data.hazardList[i].id }
|
|
470
|
-
const res = await
|
|
469
|
+
const res = await runLogic('getDefectDetailList', param,'af-safecheck')
|
|
471
470
|
data.hazardList[i].handleimages=res[0].handleimages
|
|
472
471
|
}
|
|
473
472
|
this.inspectionData = {
|