From f3d58432c362120c2a8fa5bb5d194d8cc8e9ab50 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期一, 30 十二月 2024 10:08:17 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/views/index.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index 2a94d71..d305215 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -372,6 +372,7 @@ } const lookPawsd = async (row: any) => { console.log(row, row.ossId); + console.log("寰楀埌涓婁紶鍚庣殑淇℃伅",row); clearInterval(state.mytime); state.mytime = 0; if(row == '123123'){ @@ -384,7 +385,7 @@ dialogVisible.value = false; clearInterval(state.mytime); state.mytime = 0; - testtxt.value = row.password; + testtxt.value = row.data.password; titleDownload.value = '鏌ョ湅鎻愬彇鐮�' pasTxt.value = '' visibleCode.value = true -- Gitblit v1.8.0