e1a2beb4 by renchao@pashanhoo.com

Merge branch 'dev'

2 parents fad47593 95689d6f
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-28 15:27:10
* @LastEditTime: 2023-07-28 15:49:38
*/
const getters = {
sidebar: state => state.app.sidebar,
......
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-28 15:26:16
* @LastEditTime: 2023-07-28 16:33:19
*/
import { getUserInfo } from '@/api/user'
const state = {
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-28 15:27:37
* @LastEditTime: 2023-07-28 15:47:25
-->
<template>
<div>
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-28 15:33:55
* @LastEditTime: 2023-07-28 15:45:56
-->
<template>
<el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="100px">
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-28 15:30:23
* @LastEditTime: 2023-07-28 16:28:43
-->
<template>
<div class="from-clues">
......@@ -41,6 +41,7 @@
</template>
<script>
import { mapGetters } from 'vuex'
import store from '@/store/index.js'
import table from "@/utils/mixin/table";
import { datas } from "../javascript/fzxxdata";
import { getCertificateList } from "@/api/bdcqz.js";
......@@ -95,6 +96,7 @@
* @author: renchao
*/
zslqClick () {
store.dispatch('user/reWorkFresh', false)
this.$popupDialog("不动产权证领取", "workflow/components/dialog/zslq", {}, '80%', true)
}
}
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-06-25 11:15:01
* @LastEditTime: 2023-07-28 15:46:24
-->
<template>
<div class="szxx">
......@@ -74,6 +74,7 @@
</template>
<script>
import { mapGetters } from 'vuex'
import store from '@/store/index.js'
import { getSlsqBdcqzList, invalidCertificate } from "@/api/bdcqz.js";
export default {
props: {},
......@@ -130,6 +131,7 @@
* @author: renchao
*/
openZsylDialog (item, type) {
store.dispatch('user/reWorkFresh', false)
if (type == 1) {
//证书预览
this.$popupDialog("证书预览", "workflow/components/dialog/zsyl", { bdcqz: item, bsmSlsq: this.$route.query.bsmSlsq }, "70%", true);
......