From 074fef8c3de30d8df8ceb8063e73e2e03b779fa3 Mon Sep 17 00:00:00 2001 From: "382696293@qq.com" <382696293@qq.com> Date: Tue, 27 Feb 2024 17:32:23 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90ID1000399=E3=80=91=E4=BB=AA=E5=99=A8?= =?UTF-8?q?=E7=AE=A1=E7=90=86-=E7=94=A8=E6=88=B7=E4=BB=AA=E5=99=A8?= =?UTF-8?q?=E7=BB=91=E5=AE=9A-=E8=AE=B0=E5=BD=95=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E5=8F=AA=E6=98=BE=E7=A4=BA=E6=9C=80=E6=96=B0=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E8=AF=A6=E6=83=85=EF=BC=8C=E5=BA=94=E8=AF=A5=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=85=A8=E9=83=A8=E8=AE=B0=E5=BD=95=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flossom-ui/src/views/system/userInstrument/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/flossom-ui/src/views/system/userInstrument/index.vue b/flossom-ui/src/views/system/userInstrument/index.vue index d63e29d..0785a91 100644 --- a/flossom-ui/src/views/system/userInstrument/index.vue +++ b/flossom-ui/src/views/system/userInstrument/index.vue @@ -501,7 +501,6 @@ export default { }, queryInstrument(){ listAllInstrument({}).then(response => { - console.log(response) this.instrumentList = response; }); },