master
xy 2 years ago
parent bb1d56390d
commit 7e882fd112

@ -248,7 +248,7 @@ export default {
type: 'selection', type: 'selection',
width: 54, width: 54,
reserveSelection: true, reserveSelection: true,
selectable: row => row.away_flow_id, selectable: row => row.away_flow_id && row.away_status === 3 && !row.expense_flow_id,
fixed: "left" fixed: "left"
}, },
{ {
@ -436,8 +436,8 @@ export default {
url = `${process.env.VUE_APP_OUT_URL}/admin/flow/list/todo` url = `${process.env.VUE_APP_OUT_URL}/admin/flow/list/todo`
} }
window.open( window.open(
url, `${url}?&auth_token=${this.$store.getters.oa_token}`,
"detail", "_blank",
`top=${this.window.top},left=${this.window.left},width=${this.window.width},height=${this.window.height},location=0` `top=${this.window.top},left=${this.window.left},width=${this.window.width},height=${this.window.height},location=0`
); );
}, },

Loading…
Cancel
Save