commit
This commit is contained in:
@@ -262,6 +262,10 @@ layout("/layouts/platform.html"){
|
|||||||
this.$refs.guava.view()
|
this.$refs.guava.view()
|
||||||
},
|
},
|
||||||
doExport() {
|
doExport() {
|
||||||
|
if(!this.pageForm.honorType) {
|
||||||
|
this.$message.warning("请选择荣誉类型")
|
||||||
|
return
|
||||||
|
}
|
||||||
const {year, honorType, prize, honorLevel, userName, unitName} = this.pageForm
|
const {year, honorType, prize, honorLevel, userName, unitName} = this.pageForm
|
||||||
window.location.href =
|
window.location.href =
|
||||||
"/platform/honor/manage/doExport?year=" +
|
"/platform/honor/manage/doExport?year=" +
|
||||||
|
|||||||
Reference in New Issue
Block a user