From 441a445223b4ec4a6517065d55f4a7f3bfb0a186 Mon Sep 17 00:00:00 2001 From: wanglizhong <wlz> Date: 星期五, 02 五月 2025 23:28:18 +0800 Subject: [PATCH] feat:增加车辆及车辆配置GPS --- 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