diff --git a/src/views/yingji/planManage.vue b/src/views/yingji/planManage.vue index cf1df7b..920baef 100644 --- a/src/views/yingji/planManage.vue +++ b/src/views/yingji/planManage.vue @@ -190,7 +190,6 @@ import { import AddDialog from "@/views/components/AddDialog/index.vue"; import InfoDialog from "./planmanage/components/infoDialog.vue"; import executive from "./echarts/executive.vue"; - import { mapState } from "vuex"; export default { @@ -311,7 +310,7 @@ export default { this.queryParams.district = e; }, multipleChange(e) { - console.log(e.join(",")); + // console.log(e.join(",")); this.queryParams.plannedMonth = e.join(","); }, // 关闭对话框刷新页面 @@ -379,7 +378,7 @@ export default { }, /** 详情按钮操作 */ handleInfo(row) { - this.$refs.infoDialog.openDialog("newlyIncreased", this.dept); + this.$refs.infoDialog.openDialog(row); }, /** 修改按钮操作 */ handleUpdate(row) { diff --git a/src/views/yingji/planmanage/components/infoDialog.vue b/src/views/yingji/planmanage/components/infoDialog.vue index bf12793..006dd88 100644 --- a/src/views/yingji/planmanage/components/infoDialog.vue +++ b/src/views/yingji/planmanage/components/infoDialog.vue @@ -20,154 +20,80 @@