宅基地使用权/房屋所有权
Showing
3 changed files
with
4 additions
and
3 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: 房屋多幢受理信息 | 2 | * @Description: 房屋多幢受理信息 |
3 | * @Autor: ssq | 3 | * @Autor: ssq |
4 | * @LastEditTime: 2024-01-31 10:11:41 | 4 | * @LastEditTime: 2024-02-26 10:15:51 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="slxx"> | 7 | <div class="slxx"> |
... | @@ -304,7 +304,7 @@ | ... | @@ -304,7 +304,7 @@ |
304 | mixins: [ywmix], | 304 | mixins: [ywmix], |
305 | mounted () { | 305 | mounted () { |
306 | let that = this | 306 | let that = this |
307 | this.loading = true | 307 | // this.loading = true |
308 | this.viewEdit = this.$parent.currentSelectTab.ableOperation; | 308 | this.viewEdit = this.$parent.currentSelectTab.ableOperation; |
309 | this.propsParam = this.$attrs; | 309 | this.propsParam = this.$attrs; |
310 | var formdata = new FormData(); | 310 | var formdata = new FormData(); | ... | ... |
... | @@ -308,6 +308,7 @@ | ... | @@ -308,6 +308,7 @@ |
308 | </el-col> | 308 | </el-col> |
309 | </el-row> | 309 | </el-row> |
310 | <qlrCommonTable | 310 | <qlrCommonTable |
311 | style="margin-bottom:3px" | ||
311 | :tableData="ruleForm.qlrList" | 312 | :tableData="ruleForm.qlrList" |
312 | @upDateQlrxxList="upDateQlrxxList" | 313 | @upDateQlrxxList="upDateQlrxxList" |
313 | :disabled="viewEdit" | 314 | :disabled="viewEdit" | ... | ... |
... | @@ -195,7 +195,7 @@ export default { | ... | @@ -195,7 +195,7 @@ export default { |
195 | }); | 195 | }); |
196 | break; | 196 | break; |
197 | case "stop": //终止按钮 | 197 | case "stop": //终止按钮 |
198 | this.$popupDialog("终止", "workflow/components/stop", { | 198 | this.$popupDialog("终止", "workflow/top/stop/index", { |
199 | bsmSlsq: this.bsmSlsq, | 199 | bsmSlsq: this.bsmSlsq, |
200 | bestepid: this.bestepid ? this.bestepid : '' | 200 | bestepid: this.bestepid ? this.bestepid : '' |
201 | }, '600px', true) | 201 | }, '600px', true) | ... | ... |
-
Please register or sign in to post a comment