From ed1bb201eabb0061f038359e04457b998edb1ae5 Mon Sep 17 00:00:00 2001
From: qx <1084500556@qq.com>
Date: 星期五, 01 八月 2025 14:59:48 +0800
Subject: [PATCH] Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb_region

---
 src/views/sampling/sampling/index.vue |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/views/sampling/sampling/index.vue b/src/views/sampling/sampling/index.vue
index f8885c1..57d952b 100644
--- a/src/views/sampling/sampling/index.vue
+++ b/src/views/sampling/sampling/index.vue
@@ -347,7 +347,6 @@
     // this.getNowTime();
     getTxmmccd().then((res) => {
       this.msg = Number(res.msg);
-      console.log(res, 444);
     });
     getCompany(this.queryParams).then((response) => {
       this.CompanyList = response.data;
@@ -384,7 +383,6 @@
     searchSelect(val) {
       this.CheckBox = val;
       this.queryParams.dw = this.CheckBox.drugManufacturerId;
-      console.log(this.CheckBox, 9999);
     },
     getRemoteData(query) {
       if (query) {

--
Gitblit v1.8.0