From 8421b9fcf0852cff3c9f7fd264a25368e8ddd07b Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 14 Jan 2026 11:21:42 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/jagzwxm/ja_web

---
 applications/drone-command/src/views/basicManage/deviceStock/DeviceScrapDiaLog.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/applications/drone-command/src/views/basicManage/deviceStock/DeviceScrapDiaLog.vue b/applications/drone-command/src/views/basicManage/deviceStock/DeviceScrapDiaLog.vue
index 43954c1..3001654 100644
--- a/applications/drone-command/src/views/basicManage/deviceStock/DeviceScrapDiaLog.vue
+++ b/applications/drone-command/src/views/basicManage/deviceStock/DeviceScrapDiaLog.vue
@@ -72,7 +72,7 @@
 const rules = {
 	scrapReason: fieldRules(true, 200),
 	disposeWay: fieldRules(true, 200),
-	scrapTime: fieldRules(true, 0),
+	scrapTime: fieldRules(true),
 }
 
 // 关闭弹框

--
Gitblit v1.9.3