陶杰
2024-12-31 a0eca7b1684f757eb7381c6d1f7042c95ae930a2
1.批量任务-批量发送详情使用选项卡的方式打开
已修改1个文件
17 ■■■■■ 文件已修改
pages/sms/send-batch/index.vue 17 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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: '',