From 06f8759ca1accdd783264045255ccfcf06b022ff Mon Sep 17 00:00:00 2001 From: jinna Date: Sat, 25 Apr 2026 17:16:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A1=E6=A3=80=E7=82=B9=E7=BC=96=E7=A0=81?= =?UTF-8?q?=E9=87=8D=E6=96=B0=E4=B9=A6=E5=86=99=E5=90=8E=E7=BD=AE=E7=A9=BA?= =?UTF-8?q?=E5=BA=95=E9=83=A8=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/safe/inspection.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/safe/inspection.vue b/pages/safe/inspection.vue index 44bdf3d..a8ee5e1 100644 --- a/pages/safe/inspection.vue +++ b/pages/safe/inspection.vue @@ -69,6 +69,7 @@ export default { this.getData(code); }, insConfirm(e) { + this.insList = [] this.getBarCode(e.target.value); }, getData(code) { @@ -112,6 +113,8 @@ export default { title: '上传中,请稍候' }); res.tempFilePaths.forEach(filePath => { + console.log('file-----------',filePath) + console.log('options.baseURL------',options.baseURL) uni.uploadFile({ url: options.baseURL + '/blade-resource/oss/endpoint/put-file-attach', filePath: filePath,