|
|
|
@ -12,6 +12,7 @@ |
|
|
|
<el-col :span="19"> |
|
|
|
<el-col :span="19"> |
|
|
|
<basic-container> |
|
|
|
<basic-container> |
|
|
|
<avue-crud :option="option" |
|
|
|
<avue-crud :option="option" |
|
|
|
|
|
|
|
:search.sync="search" |
|
|
|
:table-loading="loading" |
|
|
|
:table-loading="loading" |
|
|
|
:data="data" |
|
|
|
:data="data" |
|
|
|
ref="crud" |
|
|
|
ref="crud" |
|
|
|
@ -153,6 +154,7 @@ |
|
|
|
}; |
|
|
|
}; |
|
|
|
return { |
|
|
|
return { |
|
|
|
form: {}, |
|
|
|
form: {}, |
|
|
|
|
|
|
|
search:{}, |
|
|
|
roleBox: false, |
|
|
|
roleBox: false, |
|
|
|
excelBox: false, |
|
|
|
excelBox: false, |
|
|
|
initFlag: true, |
|
|
|
initFlag: true, |
|
|
|
@ -699,8 +701,7 @@ |
|
|
|
cancelButtonText: "取消", |
|
|
|
cancelButtonText: "取消", |
|
|
|
type: "warning" |
|
|
|
type: "warning" |
|
|
|
}).then(() => { |
|
|
|
}).then(() => { |
|
|
|
const searchForm = this.$refs.crud.searchForm; |
|
|
|
window.open(`/api/blade-user/export-user?${this.website.tokenHeader}=${getToken()}&account=${this.search.account}&realName=${this.search.realName}`); |
|
|
|
window.open(`/api/blade-user/export-user?${this.website.tokenHeader}=${getToken()}&account=${searchForm.account}&realName=${searchForm.realName}`); |
|
|
|
|
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
handleTemplate() { |
|
|
|
handleTemplate() { |
|
|
|
|