From 834746a19a72b9616fb090254c918918d82cd116 Mon Sep 17 00:00:00 2001
From: qx <1084500556@qq.com>
Date: 星期四, 27 三月 2025 09:27:27 +0800
Subject: [PATCH] qx

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

diff --git a/src/views/sampling/sampling/index.vue b/src/views/sampling/sampling/index.vue
index 8599b0e..2c7a66a 100644
--- a/src/views/sampling/sampling/index.vue
+++ b/src/views/sampling/sampling/index.vue
@@ -211,12 +211,7 @@
 
 <script>
 import {
-  listSampling,
-  getSampling,
   getList,
-  delSampling,
-  addSampling,
-  updateSampling,
   confirmSampling,
   getCusCyList,
   mergeCaiYang,
@@ -227,10 +222,8 @@
 import { getNewDateList } from "@/api/hosp/order";
 import moment from "moment";
 import {
-  SubmitCompany,
   getCompany,
   queryCompany,
-  addbatch,
 } from "@/api/team/tuanti";
 export default {
   dicts: [
@@ -244,7 +237,6 @@
   data() {
     return {
       CheckBox: {},
-
       CompanyList: [],
       piliangList: [],
       msg: "",
@@ -264,7 +256,6 @@
       tjStatus: "1",
       dayinData: [],
       jsonObj: {},
-
       // 闈炲崟涓鐢�
       single: true,
       // 闈炲涓鐢�
@@ -333,20 +324,17 @@
       form: {},
       // 琛ㄥ崟鏍¢獙
       rules: {},
-      // rightTabShow: false
       allSelected: false,
       disableSelections: false, // 鎺у埗閫夋嫨绂佺敤鐘舵��
     };
   },
   created() {
-    // this.getNowTime();
     getTxmmccd().then((res) => {
       this.msg = Number(res.msg);
       console.log(res, 444);
     });
     getCompany(this.queryParams).then((response) => {
       this.CompanyList = response.data;
-
       this.loading = false;
     });
     this.getdate();

--
Gitblit v1.8.0