From 111392f8ae1f27c4cde93bd7974a5f16c8188188 Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期四, 09 一月 2025 09:09:50 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 pages/sms/send-batch/index.vue |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/pages/sms/send-batch/index.vue b/pages/sms/send-batch/index.vue
index 8299f84..7e639aa 100644
--- a/pages/sms/send-batch/index.vue
+++ b/pages/sms/send-batch/index.vue
@@ -53,13 +53,12 @@
         ],
         onResetView: (row) => {
           // this.$router.push(`${this.$route.path}/${row.id}`)
-
-          // const searchFormRef = this.$refs.crud.$refs.searchForm
-          // const searchFormValue = searchFormRef.getFormValue()
-          const url = this.$router.resolve(
-            `/sms/send-batch/${row.id}`
-          ).href
-          window.open(url, '_blank')
+          this.$router.push(`${this.$route.path}/${row.id}`)
+         
+          // const url = this.$router.resolve(
+          //   `/sms/send-batch/${row.id}`
+          // ).href
+          // window.open(url, '_blank')
 
         },
         columns: [
@@ -209,6 +208,10 @@
                 trigger: 'change',
               },
             ],
+            // outputFormat: (val) => {
+            //   console.log(val)
+            //   return '';
+            // },
           },
           {
             label: '',

--
Gitblit v1.9.3