From e94004598909335393253164d00f1518217f6209 Mon Sep 17 00:00:00 2001
From: gaoluyang <gaoluyang@rengu.cc>
Date: 星期二, 16 七月 2024 13:50:28 +0800
Subject: [PATCH] 数采配置输入框校验只能正负数

---
 src/components/do/b1-inspect-order-plan/Inspection.vue |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/components/do/b1-inspect-order-plan/Inspection.vue b/src/components/do/b1-inspect-order-plan/Inspection.vue
index bcec480..e86f0eb 100644
--- a/src/components/do/b1-inspect-order-plan/Inspection.vue
+++ b/src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -1708,7 +1708,6 @@
               this.$nextTick(()=>{
                 this.tableList = this.result.value.tableList
                 this.param = this.result.value.param
-                console.log(11111,this.param)
                 this.saveInsContext()
               })
               break;

--
Gitblit v1.9.3