|
@@ -2030,9 +2030,14 @@ export default {
|
|
|
},
|
|
|
/** 导出按钮操作 */
|
|
|
handleExport() {
|
|
|
+ if (this.queryParams1.district!=undefined&&this.queryParams1.district!=null&&this.queryParams1.district!='')
|
|
|
this.download('zdsz/engineeringCivil/export', {
|
|
|
...this.queryParams1
|
|
|
}, `民用工程-${new Date().getTime()}.xlsx`)
|
|
|
+ else
|
|
|
+ {
|
|
|
+ this.$message.warning("请选择行政区")
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
};
|