From d2c2e42d0654b82ec25dd498caacdecafcaa5fa3 Mon Sep 17 00:00:00 2001 From: fengerli <528575642@qq.com> Date: Wed, 1 Apr 2026 15:05:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=AD=E9=9F=B3=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/100J/audioManager/AudioList.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/100J/audioManager/AudioList.vue b/pages/100J/audioManager/AudioList.vue index 8666259..504e4f6 100644 --- a/pages/100J/audioManager/AudioList.vue +++ b/pages/100J/audioManager/AudioList.vue @@ -392,7 +392,7 @@ let data = { fileName: this.cEdit.fileNameExt, deviceId: this.device.deviceId, - fileId: item.fileId + id: item.id } videRenameAudioFile(data).then((res) => { console.log('res'); @@ -440,8 +440,8 @@ } let task = () => { const devId = this.device.deviceId; - const vid = (item.id != null && item.id !== '') ? item.id : item.fileId; - deviceDeleteAudioFile({ fileId: item.fileId, deviceId: devId }).then((res) => { + const vid = (item.id != null && item.id !== '') ? item.id : item.id; + deviceDeleteAudioFile({ id: item.id, deviceId: devId }).then((res) => { if (res.code == 200) { if (devId && vid != null && vid !== '') remove100JVoiceBleCache(devId, vid); uni.showToast({ title: res.msg, icon: 'none', duration: 1000 }); @@ -528,7 +528,7 @@ ? (raw.startsWith('/') ? (baseURL + raw) : raw) : ''; const data = { - id: (item.id != null && item.id !== '') ? item.id : item.fileId, + id: item.id, fileUrl, localPath: '', onProgress: (p) => {