diff --git a/src/views/yingji/enforcing.vue b/src/views/yingji/enforcing.vue index aa5e448..b8d5b3f 100644 --- a/src/views/yingji/enforcing.vue +++ b/src/views/yingji/enforcing.vue @@ -25,7 +25,7 @@ size="small" /> - + { - // console.log(res.data); - // let infoObj = res.data; - // 查看弹窗 - // infoObj["aboveDesignated"] = - // infoObj.aboveDesignated == 1 ? "规上" : "规下"; - // infoObj["riskReport"] = infoObj.riskReport == 1 ? "是" : "否"; - // infoObj["aboveDesignatedTwo"] = - // infoObj.aboveDesignatedTwo == 1 - // ? "大型" - // : infoObj.aboveDesignatedTwo == 2 - // ? "中型" - // : infoObj.aboveDesignatedTwo == 3 - // ? "小型" - // : infoObj.aboveDesignatedTwo == 4 - // ? "微型" - // : ""; - // infoObj["supervisionLarge"] = this.supervisionLarge( - // infoObj.supervisionLarge - // ); - // infoObj["district"] = - // this.componendDistrict(infoObj.subdistrict) || "/"; + // console.log(res.data); + // let infoObj = res.data; + // 查看弹窗 + // infoObj["aboveDesignated"] = + // infoObj.aboveDesignated == 1 ? "规上" : "规下"; + // infoObj["riskReport"] = infoObj.riskReport == 1 ? "是" : "否"; + // infoObj["aboveDesignatedTwo"] = + // infoObj.aboveDesignatedTwo == 1 + // ? "大型" + // : infoObj.aboveDesignatedTwo == 2 + // ? "中型" + // : infoObj.aboveDesignatedTwo == 3 + // ? "小型" + // : infoObj.aboveDesignatedTwo == 4 + // ? "微型" + // : ""; + // infoObj["supervisionLarge"] = this.supervisionLarge( + // infoObj.supervisionLarge + // ); + // infoObj["district"] = + // this.componendDistrict(infoObj.subdistrict) || "/"; - // infoObj["createTime"] = this.$moment(infoObj.createTime).format( - // "yyyy-MM-DD" - // ); - // infoObj["updateTime"] = this.$moment(infoObj.createTime).format( - // "yyyy-MM-DD" - // ); + // infoObj["createTime"] = this.$moment(infoObj.createTime).format( + // "yyyy-MM-DD" + // ); + // infoObj["updateTime"] = this.$moment(infoObj.createTime).format( + // "yyyy-MM-DD" + // ); - // this.infoData = infoObj; + // this.infoData = infoObj; // }); }, supervisionLarge(value) { diff --git a/src/views/yingji/home.vue b/src/views/yingji/home.vue index 47f928e..b42b710 100644 --- a/src/views/yingji/home.vue +++ b/src/views/yingji/home.vue @@ -376,7 +376,7 @@ export default { multipleChange(e) { // console.log(e.join(",")); this.queryParams.plannedMonth = e.join(","); - this.getList(); + // this.getList(); }, handleQuery() { this.queryParams.pageNum = 1; diff --git a/src/views/yingji/planManage.vue b/src/views/yingji/planManage.vue index a1ef4fb..1079d0c 100644 --- a/src/views/yingji/planManage.vue +++ b/src/views/yingji/planManage.vue @@ -459,7 +459,6 @@ export default { }, // 导出 handleExport() { - // this.multipleSelection.length > 0 ? `确认导出选中的数据吗?` : this.$confirm(`确认根据您的搜索条件导出搜索之后的数据吗?`, "警告", { confirmButtonText: "确定", cancelButtonText: "取消", @@ -469,8 +468,7 @@ export default { this.download( "/pharmaceuticals/bPlanEnterprise/exportplan", { - ...this.form, - district: this.district, + ...this.queryParams, }, `计划管理.xlsx` );