|  |  |  | 
|---|
|  |  |  | ], | 
|---|
|  |  |  | 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: [ | 
|---|
|  |  |  | 
|---|
|  |  |  | trigger: 'change', | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | ], | 
|---|
|  |  |  | // outputFormat: (val) => { | 
|---|
|  |  |  | //   console.log(val) | 
|---|
|  |  |  | //   return ''; | 
|---|
|  |  |  | // }, | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | label: '', | 
|---|