|
|
@@ -159,7 +159,7 @@ export default {
|
|
|
},
|
|
|
changeSelect(org) {
|
|
|
this.selectedOrgName = org.shortName
|
|
|
- console.log("this.selectedOrgName", this.selectedOrgName)
|
|
|
+
|
|
|
//this.getList();
|
|
|
},
|
|
|
/** 查询机构树数据 */
|
|
|
@@ -231,7 +231,6 @@ export default {
|
|
|
},
|
|
|
/** 导出按钮操作 */
|
|
|
handleExport() {
|
|
|
- console.log("this.queryParams", this.queryParams)
|
|
|
this.download(
|
|
|
"core/drill/task/exportReport",
|
|
|
{
|