From e37f01fa701f66450f5a40f1414f3ea8cffc30ee Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期四, 03 四月 2025 08:47:29 +0800 Subject: [PATCH] 4.3 --- src/views/sampling/sampling/index.vue | 14 +------------- 1 files changed, 1 insertions(+), 13 deletions(-) diff --git a/src/views/sampling/sampling/index.vue b/src/views/sampling/sampling/index.vue index 8599b0e..a6680b8 100644 --- a/src/views/sampling/sampling/index.vue +++ b/src/views/sampling/sampling/index.vue @@ -197,7 +197,7 @@ :limit.sync="queryParams.pageSize" @pagination="getList" /> </div> --> - <div style="margin-right: 70%"> + <div style="margin-right: 63%"> <!-- <el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" :pager-count="5" :current-page.sync="currentPage1" :current-page="page" :page-sizes="pageSize" :page-size="size" layout="total, sizes, prev, pager, next, jumper" :total="total"> </el-pagination> --> @@ -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