From 4676c4f9c32298ce07af841a899394e6374a9964 Mon Sep 17 00:00:00 2001
From: wzp <2040239371@qq.com>
Date: 星期六, 03 五月 2025 11:32:58 +0800
Subject: [PATCH] feat: 新增详情页

---
 ruoyi-ui/src/views/system/clientApp/index.vue |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/ruoyi-ui/src/views/system/clientApp/index.vue b/ruoyi-ui/src/views/system/clientApp/index.vue
index 31ef400..fbb651e 100644
--- a/ruoyi-ui/src/views/system/clientApp/index.vue
+++ b/ruoyi-ui/src/views/system/clientApp/index.vue
@@ -309,6 +309,14 @@
     submitForm() {
       this.$refs["form"].validate(valid => {
         if (valid) {
+          // 澶勭悊鏃ユ湡鏍煎紡
+          if (this.form.validStartTime) {
+            this.form.validStartTime = this.parseTime(this.form.validStartTime, '{y}-{m}-{d} {h}:{i}:{s}');
+          }
+          if (this.form.validEndTime) {
+            this.form.validEndTime = this.parseTime(this.form.validEndTime, '{y}-{m}-{d} {h}:{i}:{s}');
+          }
+          
           if (this.form.appId != null) {
             updateClientApp(this.form).then(response => {
               this.$modal.msgSuccess("淇敼鎴愬姛");

--
Gitblit v1.9.1