odc.xiaohui
2023-12-21 1569a80f99e9ed3da2d7f79c0fd1f48bebf3e82e
内网
2个文件已修改
8 ■■■■ 已修改文件
src/views/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/oss/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/index.vue
@@ -341,7 +341,7 @@
    dialogVisible.value = false;
    clearInterval(state.mytime);
    state.mytime = 0;
    testtxt.value = row.data.password;
    testtxt.value = row.password;
    titleDownload.value = '查看提取码'
    pasTxt.value = ''
    visibleCode.value = true
@@ -354,7 +354,7 @@
  await examineIds(row.ossId).then(res => {
    console.log(res);
    if (res.code == 200) {
      testtxt.value = res.msg;
      testtxt.value = res.data.password
      titleDownload.value = '查看提取码'
      pasTxt.value = ''
      // inputSty.value ={
src/views/system/oss/index.vue
@@ -364,7 +364,7 @@
    dialogVisible.value = false;
    clearInterval(state.mytime);
    state.mytime = 0;
    testtxt.value = row.data.password;
    testtxt.value = row.password;
  titleDownload.value = '查看提取码'
  pasTxt.value = ''
  visibleCode.value = true
@@ -380,7 +380,7 @@
  await examineIds(row.ossId).then(res => {
    console.log(res);
    if (res.code == 200) {
      testtxt.value = row.data.password;
      testtxt.value = res.data.password;
      titleDownload.value = '查看提取码'
      pasTxt.value = ''
      // inputSty.value ={