style:登记薄补录信息删除功能的完善
Showing
6 changed files
with
25 additions
and
27 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: workFrame左侧菜单列表-普通 | 2 | * @Description: workFrame左侧菜单列表-普通 |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-10-10 09:00:12 | 4 | * @LastEditTime: 2023-10-18 14:06:31 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="leftmenu" :class="{ 'animation-map-drawer': isShowdrawer }"> | 7 | <div class="leftmenu" :class="{ 'animation-map-drawer': isShowdrawer }"> |
8 | <div v-if="this.isShowdrawer"> | 8 | <div v-if="this.isShowdrawer"> |
9 | <el-menu | 9 | <el-menu |
10 | @select="djbClick" | 10 | @select="djbClick" |
11 | :default-active="activeIndex" | ||
11 | class="title-batch"> | 12 | class="title-batch"> |
12 | <el-menu-item index="-1" key="-1" class="menus"> | 13 | <el-menu-item index="-1" key="-1" class="menus"> |
13 | <div>登记簿</div> | 14 | <div>登记簿</div> |
... | @@ -205,6 +206,7 @@ | ... | @@ -205,6 +206,7 @@ |
205 | * @author: renchao | 206 | * @author: renchao |
206 | */ | 207 | */ |
207 | handleDel (row) { | 208 | handleDel (row) { |
209 | let that = this | ||
208 | this.$confirm("此操作将永久删除该条补录记录, 是否继续?", "提示", { | 210 | this.$confirm("此操作将永久删除该条补录记录, 是否继续?", "提示", { |
209 | confirmButtonText: "确定", | 211 | confirmButtonText: "确定", |
210 | cancelButtonText: "取消", | 212 | cancelButtonText: "取消", |
... | @@ -217,6 +219,10 @@ | ... | @@ -217,6 +219,10 @@ |
217 | message: "删除成功!", | 219 | message: "删除成功!", |
218 | }); | 220 | }); |
219 | this.$nextTick(() => { | 221 | this.$nextTick(() => { |
222 | if (that.activeIndex != '-1') { | ||
223 | this.activeIndex = "0" | ||
224 | sessionStorage.setItem('keyPath', '0'); | ||
225 | } | ||
220 | this.getleftMenubl(); | 226 | this.getleftMenubl(); |
221 | if (!this.supplementarylist.length) { | 227 | if (!this.supplementarylist.length) { |
222 | getdjblist() | 228 | getdjblist() | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-10-17 17:02:28 | 4 | * @LastEditTime: 2023-10-18 13:57:34 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="container"> | 7 | <div class="container"> |
... | @@ -110,7 +110,6 @@ | ... | @@ -110,7 +110,6 @@ |
110 | import { getStepFormInfo, unClaimTask, getZdInfo } from "@/api/workFlow.js"; | 110 | import { getStepFormInfo, unClaimTask, getZdInfo } from "@/api/workFlow.js"; |
111 | import { getForm } from "./flowform"; | 111 | import { getForm } from "./flowform"; |
112 | import NoticeBar from "@/components/NoticeBar/index"; | 112 | import NoticeBar from "@/components/NoticeBar/index"; |
113 | // import ProcessViewer from "./components/processViewer.vue" | ||
114 | // 引入左侧菜单 | 113 | // 引入左侧菜单 |
115 | import ordinaryMenu from "./components/leftmenu/ordinaryMenu.vue"; | 114 | import ordinaryMenu from "./components/leftmenu/ordinaryMenu.vue"; |
116 | // 引入左侧菜单 | 115 | // 引入左侧菜单 | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Author: yangwei | 2 | * @Author: yangwei |
3 | * @Date: 2023-09-06 09:20:11 | 3 | * @Date: 2023-09-06 09:20:11 |
4 | * @LastEditors: yangwei | 4 | * @LastEditors: Please set LastEditors |
5 | * @LastEditTime: 2023-09-06 09:20:44 | ||
6 | * @FilePath: \bdcdj-web\src\views\ywbl\ycsl\ycsl.vue | ||
7 | * @Description: | ||
8 | * | ||
9 | * Copyright (c) 2023 by yangwei, All Rights Reserved. | ||
10 | --> | 5 | --> |
11 | <template> | 6 | <template> |
12 | <div></div> | 7 | <div> <el-empty description="正在开发"></el-empty></div> |
13 | </template> | 8 | </template> |
14 | 9 | ||
15 | <script> | 10 | <script> |
16 | export default { | 11 | export default { |
17 | name: "BdcdjWebYcsl", | 12 | name: "BdcdjWebYcsl", |
18 | 13 | ||
19 | data() { | 14 | data () { |
20 | return {}; | 15 | return {}; |
21 | }, | 16 | }, |
22 | 17 | ||
23 | mounted() {}, | 18 | mounted () { }, |
24 | 19 | ||
25 | methods: {}, | 20 | methods: {}, |
26 | }; | 21 | }; |
27 | </script> | 22 | </script> |
28 | 23 | ||
29 | <style lang="scss" scoped></style> | 24 | <style lang="scss" scoped></style> | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Author: yangwei | 2 | * @Author: yangwei |
3 | * @Date: 2023-09-06 09:19:56 | 3 | * @Date: 2023-09-06 09:19:56 |
4 | * @LastEditors: yangwei | 4 | * @LastEditors: Please set LastEditors |
5 | * @LastEditTime: 2023-09-06 09:20:51 | 5 | * @LastEditTime: 2023-10-18 13:51:00 |
6 | * @FilePath: \bdcdj-web\src\views\ywbl\ydsq\ydsq.vue | ||
7 | * @Description: | ||
8 | * | ||
9 | * Copyright (c) 2023 by yangwei, All Rights Reserved. | ||
10 | --> | 6 | --> |
11 | <template> | 7 | <template> |
12 | <div></div> | 8 | <div> |
9 | <el-empty description="正在开发"></el-empty> | ||
10 | </div> | ||
13 | </template> | 11 | </template> |
14 | 12 | ||
15 | <script> | 13 | <script> |
16 | export default { | 14 | export default { |
17 | name: "BdcdjWebYcsl", | 15 | name: "BdcdjWebYcsl", |
18 | 16 | ||
19 | data() { | 17 | data () { |
20 | return {}; | 18 | return {}; |
21 | }, | 19 | }, |
22 | 20 | ||
23 | mounted() {}, | 21 | mounted () { }, |
24 | 22 | ||
25 | methods: {}, | 23 | methods: {}, |
26 | }; | 24 | }; |
27 | </script> | 25 | </script> |
28 | 26 | ||
29 | <style lang="scss" scoped></style> | 27 | <style lang="scss" scoped></style> | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: 选择不动产单元号 | 2 | * @Description: 选择不动产单元号 |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-05-18 10:59:48[文件:bdcdj-index.html] | 4 | * @LastEditTime: 2023-10-18 14:03:27 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <component :is="router" :sqywInfo="formData.sqywInfo" :isJump="formData.isJump ? formData.isJump : false" | 7 | <component :is="router" :sqywInfo="formData.sqywInfo" :isJump="formData.isJump ? formData.isJump : false" |
... | @@ -23,7 +23,6 @@ | ... | @@ -23,7 +23,6 @@ |
23 | } | 23 | } |
24 | }, | 24 | }, |
25 | mounted () { | 25 | mounted () { |
26 | console.log(this.formData, 'this.formData'); | ||
27 | if (this.formData?.sqywInfo?.djywbm || this.formData?.djywbm) { | 26 | if (this.formData?.sqywInfo?.djywbm || this.formData?.djywbm) { |
28 | let view = queueDjywmc(this.formData?.sqywInfo?.djywbm || this.formData?.djywbm, this.formData?.sqywInfo?.nodecode || this.formData?.nodecode); | 27 | let view = queueDjywmc(this.formData?.sqywInfo?.djywbm || this.formData?.djywbm, this.formData?.sqywInfo?.nodecode || this.formData?.nodecode); |
29 | this.router = this.loadView(view); | 28 | this.router = this.loadView(view); | ... | ... |
-
Please register or sign in to post a comment