5865588c by renchao@pashanhoo.com

style:业务申请初始化不加载数据

1 parent 121d385d
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-11-16 13:58:50
*/
import { mapGetters } from 'vuex'
import { defaultParameters } from "../../views/ywbl/ywsq/javascript/publicDefaultPar";
export default {
data () {
return {
pageData: {
currentPage: 1,
pageSize: 10
}
}
},
computed: {
...mapGetters(['dictData']),
},
mounted () {
window.addEventListener('keydown', this.handkeyCode, true)//开启监听键盘按下事件
// this.handleSearch()
},
methods: {
/**
* @description: handkeyCode
* @param {*} e
* @author: renchao
*/
handkeyCode (e) {
if (e.keyCode === 13) {
this.handleSearch()
}
},
/**
* @description: handleSearch
* @author: renchao
*/
handleSearch () {
this.pageData.currentPage = 1
if (this.fetchData) {
this.fetchData()
}
if (this.queryClick) {
this.queryClick()
}
},
/**
* @description: handleSizeChange
* @param {*} val
* @author: renchao
*/
handleSizeChange (val) {
this.pageData.currentPage = 1
this.pageData.pageSize = val
this.queryClick()
},
/**
* @description: handleCurrentChange
* @param {*} val
* @author: renchao
*/
handleCurrentChange (val) {
this.pageData.currentPage = val
if (this.queryClick) {
this.queryClick()
}
},
/**
* @description: handleDel
* @author: renchao
*/
handleDel () {
let deleteAfterPage = Math.ceil((this.tableData.total - 1) / this.pageData.pageSize)
let currentPage = this.pageData.currentPage > deleteAfterPage ? deleteAfterPage : this.pageData.currentPage
this.pageData.currentPage = currentPage < 1 ? 1 : currentPage
},
/**
* @description: resetForm
* @param {*} isYwbl
* @author: renchao
*/
resetForm (isYwbl) {
if (isYwbl) {
this.queryForm = defaultParameters.defaultParameters();
this.pageData.currentPage = 1;
this.queryClick()
}
}
}
}
......@@ -71,7 +71,7 @@
<script>
//查封登记
import store from "@/store/index.js";
import table from "@/utils/mixin/table";
import ywsqTable from "@/utils/mixin/ywsqTable";
import jump from "../components/mixin/jump";
import { ywPopupDialog } from "@/utils/popup.js";
import { datas, sendThis } from "../javascript/cfdj.js";
......@@ -83,7 +83,7 @@
isJump: { type: Boolean, default: false },
sqywInfo: { type: Object, default: () => { } },
},
mixins: [table, jump],
mixins: [ywsqTable, jump],
data () {
return {
loading: false,
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-21 09:37:44
* @LastEditTime: 2023-11-16 14:06:18
-->
<template>
<!-- 抵押权利信息查询 -->
......@@ -60,7 +60,7 @@
</template>
<script>
import store from '@/store/index.js'
import table from "@/utils/mixin/table";
import ywsqTable from "@/utils/mixin/ywsqTable";
import jump from "../components/mixin/jump";
import { ywPopupDialog } from "@/utils/popup.js";
import { datas, sendThis } from "../javascript/diyaq.js";
......@@ -68,7 +68,7 @@
import { selectDiyaq } from "@/api/ywsq.js";
import { startBusinessFlow } from "@/api/workFlow.js";
export default {
mixins: [table, jump],
mixins: [ywsqTable, jump],
props: {
isJump: { type: Boolean, default: false },
sqywInfo: { type: Object, default: () => { } },
......
......@@ -114,7 +114,7 @@
<script>
import Vue from 'vue'
import store from '@/store/index.js'
import table from "@/utils/mixin/table";
import ywsqTable from "@/utils/mixin/ywsqTable";
//国有建设用地使用权/房屋使用权
import { ywPopupDialog } from "@/utils/popup.js";
import { datas, sendThis } from "../javascript/fwsyq.js";
......@@ -122,7 +122,7 @@
import { selectOtherH, selectZrz, selectDz } from "@/api/ywsq.js";
import { startBusinessFlow, choiceBdcdy } from "@/api/workFlow.js";
export default {
mixins: [table, jump],
mixins: [ywsqTable, jump],
props: {
isJump: { type: Boolean, default: false },
sqywInfo: { type: Object, default: () => { } },
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-26 09:20:49
* @LastEditTime: 2023-11-16 14:06:51
-->
<template>
<div class="from-clues">
......@@ -114,7 +114,7 @@
<script>
import Vue from 'vue'
import store from '@/store/index.js'
import table from "@/utils/mixin/table";
import ywsqTable from "@/utils/mixin/ywsqTable";
//国有建设用地使用权/房屋使用权
import { ywPopupDialog } from "@/utils/popup.js";
import { datas, sendThis } from "../javascript/fwsyq.js";
......@@ -122,7 +122,7 @@
import { selectOtherH, selectZrz, selectDz } from "@/api/ywsq.js";
import { startBusinessFlow, choiceBdcdy } from "@/api/workFlow.js";
export default {
mixins: [table, jump],
mixins: [ywsqTable, jump],
props: {
isJump: { type: Boolean, default: false },
sqywInfo: { type: Object, default: () => { } },
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-11 11:16:57
* @LastEditTime: 2023-11-16 14:07:17
-->
<template>
<div class="from-clues">
......@@ -46,7 +46,7 @@
<script>
//首次登记
import store from '@/store/index.js'
import table from "@/utils/mixin/table";
import ywsqTable from "@/utils/mixin/ywsqTable";
import jump from "../components/mixin/jump";
import { ywPopupDialog } from "@/utils/popup.js";
import { datas, sendThis } from "../javascript/nydsyq100.js";
......@@ -54,7 +54,7 @@
import { selectZdjbxx } from "@/api/ywsq.js";
import { startBusinessFlow } from "@/api/workFlow.js";
export default {
mixins: [table, jump],
mixins: [ywsqTable, jump],
props: {
isJump: { type: Boolean, default: false },
sqywInfo: { type: Object, default: () => { } },
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-15 17:11:42
* @LastEditTime: 2023-11-16 14:08:55
-->
<template>
<div class="from-clues">
......@@ -47,7 +47,7 @@
<script>
//首次登记
import store from '@/store/index.js'
import table from "@/utils/mixin/table";
import ywsqTable from "@/utils/mixin/ywsqTable";
import jump from "../components/mixin/jump";
import { ywPopupDialog } from "@/utils/popup.js";
import { datas, sendThis } from "../javascript/selectJsydsyq.js";
......@@ -55,7 +55,7 @@
import { selectNydsyqQlxx } from "@/api/ywsq.js";
import { startBusinessFlow } from "@/api/workFlow.js";
export default {
mixins: [table, jump],
mixins: [ywsqTable, jump],
props: {
isJump: { type: Boolean, default: false },
sqywInfo: { type: Object, default: () => { } },
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-02 09:58:35
* @LastEditTime: 2023-11-16 14:09:11
-->
<template>
<!-- 主体权利信息查询 -->
......@@ -61,7 +61,7 @@
<script>
import jump from "./mixin/jump";
import store from '@/store/index.js'
import table from "@/utils/mixin/table";
import ywsqTable from "@/utils/mixin/ywsqTable";
import { ywPopupDialog } from "@/utils/popup.js";
import { datas, sendThis } from "../javascript/selecBdcql.js";
import { defaultParameters } from "../javascript/publicDefaultPar.js";
......@@ -69,7 +69,7 @@
import { startBusinessFlow, startTogetherFlow } from "@/api/workFlow.js";
import { getQllxByBsmSqyw } from "@/api/sysSqdjyw.js";
export default {
mixins: [table, jump],
mixins: [ywsqTable, jump],
props: {
isJump: { type: Boolean, default: false },
sqywInfo: { type: Object, default: () => { } },
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-26 13:42:02
* @LastEditTime: 2023-11-16 14:09:32
-->
<template>
<div class="from-clues">
......@@ -58,7 +58,7 @@
<script>
import { mapGetters } from "vuex";
import store from '@/store/index.js'
import table from "@/utils/mixin/table";
import ywsqTable from "@/utils/mixin/ywsqTable";
import { ywPopupDialog } from "@/utils/popup.js";
import { startRepairFlow } from "@/api/workFlow.js";
import { datas, sendThis } from "../javascript/selectDjbbl.js";
......@@ -66,7 +66,7 @@
import jump from "../components/mixin/djbbljump";
export default {
name: "djbcx",
mixins: [table, jump],
mixins: [ywsqTable, jump],
mounted () {
sendThis(this);
this.queryClick()
......
......@@ -169,14 +169,14 @@
//首次登记
import jump from "./mixin/jump";
import store from '@/store/index.js'
import table from "@/utils/mixin/table";
import ywsqTable from "@/utils/mixin/ywsqTable";
import { ywPopupDialog } from "@/utils/popup.js";
import { datas, sendThis } from "../javascript/selectFwbjDybgSplitMerge.js";
import { defaultParameters } from "../javascript/publicDefaultPar.js";
import { selectFwsyq, selectDiyaq } from "@/api/ywsq.js";
import { startTogetherFlow } from "@/api/workFlow.js";
export default {
mixins: [table, jump],
mixins: [ywsqTable, jump],
props: {
isJump: { type: Boolean, default: false },
sqywInfo: { type: Object, default: () => { } },
......@@ -252,7 +252,7 @@
getCurrentRow (row) {
this.radioVal = row.bdcdyh;
this.bdcdysz = [row]
selectDiyaq({ bdcdyh: this.radioVal,sqywbm:'A37300', currentPage: 1, pageSize: 10 }).then((res) => {
selectDiyaq({ bdcdyh: this.radioVal, sqywbm: 'A37300', currentPage: 1, pageSize: 10 }).then((res) => {
if (res.code === 200) {
this.tableData.dataList = res.result.records
this.bdcdysz = [this.bdcdysz[0], ...this.tableData.dataList]
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-11-14 16:03:46
* @LastEditTime: 2023-11-16 14:10:35
-->
<template>
<div class="from-clues">
......@@ -143,14 +143,14 @@
import store from '@/store/index.js'
import Filter from '@/utils/filter.js'
const filter = new Filter();
import table from "@/utils/mixin/table";
import ywsqTable from "@/utils/mixin/ywsqTable";
import { ywPopupDialog } from "@/utils/popup.js";
import { datas, sendThis } from "../javascript/selectFwfgSplitMerge.js";
import { defaultParameters } from "../javascript/publicDefaultPar.js";
import { selectFwsyq, selectJsydQlxxSplitMergeBefore, selectZdjbxxSplitMerge } from "@/api/ywsq.js";
import { startBusinessFlow } from "@/api/workFlow.js";
export default {
mixins: [table, jump],
mixins: [ywsqTable, jump],
props: {
isJump: { type: Boolean, default: false },
sqywInfo: { type: Object, default: () => { } },
......
......@@ -54,14 +54,14 @@
<script>
import jump from "./mixin/jump";
import store from '@/store/index.js'
import table from "@/utils/mixin/table";
import ywsqTable from "@/utils/mixin/ywsqTable";
import { ywPopupDialog } from "@/utils/popup.js";
import { datas, sendThis } from "../javascript/selectFwsyq.js";
import { defaultParameters } from "../javascript/publicDefaultPar.js";
import { selectFwsyq } from "@/api/ywsq.js";
import { startBusinessFlow,startTogetherFlow } from "@/api/workFlow.js";
import { startBusinessFlow, startTogetherFlow } from "@/api/workFlow.js";
export default {
mixins: [table, jump],
mixins: [ywsqTable, jump],
props: {
isJump: { type: Boolean, default: false },
sqywInfo: { type: Object, default: () => { } },
......@@ -108,7 +108,7 @@
return;
}
this.loading = true;
if(this.sqywInfo.sqfl=='1'){
if (this.sqywInfo.sqfl == '1') {
startBusinessFlow({
bsmSqyw: this.sqywInfo.bsmSqyw,
bdcdysz: this.bdcdysz,
......@@ -136,7 +136,7 @@
}).catch(() => {
this.loading = false
})
}else{
} else {
startTogetherFlow({
bsmSqyw: this.sqywInfo.bsmSqyw,
bdcdysz: this.bdcdysz,
......@@ -250,8 +250,8 @@
* @author: miaofang
*/
handleLpbClick (item) {
console.log("item",item);
console.log("this.sqywInfo",this.sqywInfo);
console.log("item", item);
console.log("this.sqywInfo", this.sqywInfo);
this.$popup('楼盘表', 'lpb/index', {
width: '85%',
formData: {
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-13 15:56:50
* @LastEditTime: 2023-11-16 14:11:46
-->
<template>
<!-- 主体权利信息查询 -->
......@@ -53,14 +53,14 @@
<script>
import jump from "./mixin/jump";
import store from '@/store/index.js'
import table from "@/utils/mixin/table";
import ywsqTable from "@/utils/mixin/ywsqTable";
import { ywPopupDialog } from "@/utils/popup.js";
import { datas, sendThis } from "../javascript/selectH.js";
import { defaultParameters } from "../javascript/publicDefaultPar.js";
import { selectHQjdc } from "@/api/ywsq.js";
import { startBusinessFlow } from "@/api/workFlow.js";
export default {
mixins: [table, jump],
mixins: [ywsqTable, jump],
props: {
isJump: { type: Boolean, default: false },
sqywInfo: { type: Object, default: () => { } },
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-26 15:04:32
* @LastEditTime: 2023-11-16 14:02:08
-->
<template>
<div class="from-clues">
......@@ -62,14 +62,14 @@
//首次登记
import jump from "./mixin/jump";
import store from '@/store/index.js'
import table from "@/utils/mixin/table";
import ywsqTable from "@/utils/mixin/ywsqTable";
import { ywPopupDialog } from "@/utils/popup.js";
import { datas, sendThis } from "../javascript/selectJsydsyq.js";
import { defaultParameters } from "../javascript/publicDefaultPar.js";
import { selectJsydQlxx } from "@/api/ywsq.js";
import { startBusinessFlow } from "@/api/workFlow.js";
export default {
mixins: [table, jump],
mixins: [ywsqTable, jump],
props: {
isJump: { type: Boolean, default: false },
sqywInfo: { type: Object, default: () => { } },
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-11-14 15:57:50
* @LastEditTime: 2023-11-16 14:12:03
-->
<template>
<div class="from-clues">
......@@ -139,14 +139,14 @@
import store from '@/store/index.js'
import Filter from '@/utils/filter.js'
const filter = new Filter();
import table from "@/utils/mixin/table";
import ywsqTable from "@/utils/mixin/ywsqTable";
import { ywPopupDialog } from "@/utils/popup.js";
import { datastwo, sendThis } from "../javascript/selectJsydsyqhbfg.js";
import { defaultParameters } from "../javascript/publicDefaultPar.js";
import { selectJsydQlxxSplitMergeBefore, selectZdjbxxSplitMerge } from "@/api/ywsq.js";
import { startBusinessFlow } from "@/api/workFlow.js";
export default {
mixins: [table, jump],
mixins: [ywsqTable, jump],
props: {
isJump: { type: Boolean, default: false },
sqywInfo: { type: Object, default: () => { } },
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-05 11:32:50
* @LastEditTime: 2023-11-16 14:12:20
-->
<template>
<div class="from-clues">
......@@ -54,14 +54,14 @@
//首次登记
import jump from "./mixin/jump";
import store from '@/store/index.js'
import table from "@/utils/mixin/table";
import ywsqTable from "@/utils/mixin/ywsqTable";
import { ywPopupDialog } from "@/utils/popup.js";
import { selectLq } from "@/api/ywsq.js";
import { startBusinessFlow } from "@/api/workFlow.js";
import { datas, sendThis } from "../javascript/selectQjlqxxQt.js";
import { defaultParameters } from "../javascript/publicDefaultPar.js";
export default {
mixins: [table, jump],
mixins: [ywsqTable, jump],
props: {
isJump: { type: Boolean, default: false },
sqywInfo: { type: Object, default: () => { } },
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-11 15:54:34
* @LastEditTime: 2023-11-16 14:12:35
-->
<template>
<div class="from-clues">
......@@ -54,14 +54,14 @@
//首次登记
import jump from "./mixin/jump";
import store from '@/store/index.js'
import table from "@/utils/mixin/table";
import ywsqTable from "@/utils/mixin/ywsqTable";
import { ywPopupDialog } from "@/utils/popup.js";
import { selectZdjbxx } from "@/api/ywsq.js";
import { startBusinessFlow } from "@/api/workFlow.js";
import { datas, sendThis } from "../javascript/selectQjzdjbxx.js";
import { defaultParameters } from "../javascript/publicDefaultPar.js";
export default {
mixins: [table, jump],
mixins: [ywsqTable, jump],
props: {
isJump: { type: Boolean, default: false },
sqywInfo: { type: Object, default: () => { } },
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-16 11:14:29
* @LastEditTime: 2023-11-16 13:59:21
-->
<template>
<div class="from-clues">
......@@ -53,14 +53,14 @@
//首次登记
import jump from "./mixin/jump";
import store from '@/store/index.js'
import table from "@/utils/mixin/table";
import ywsqTable from "@/utils/mixin/ywsqTable";
import { ywPopupDialog } from "@/utils/popup.js";
import { selectZdjbxx } from "@/api/ywsq.js";
import { startBusinessFlow } from "@/api/workFlow.js";
import { datas, sendThis } from "../javascript/selectQjzdjbxx.js";
import { defaultParameters } from "../javascript/publicDefaultPar.js";
export default {
mixins: [table, jump],
mixins: [jump, ywsqTable],
props: {
isJump: { type: Boolean, default: false },
sqywInfo: { type: Object, default: () => { } },
......
......@@ -54,14 +54,14 @@
//首次登记
import jump from "./mixin/jump";
import store from '@/store/index.js'
import table from "@/utils/mixin/table";
import ywsqTable from "@/utils/mixin/ywsqTable";
import { ywPopupDialog } from "@/utils/popup.js";
import { selectLq } from "@/api/ywsq.js";
import { startBusinessFlow } from "@/api/workFlow.js";
import { datas, sendThis } from "../javascript/selectSllmqt.js";
import { defaultParameters } from "../javascript/publicDefaultPar.js";
export default {
mixins: [table, jump],
mixins: [ywsqTable, jump],
props: {
isJump: { type: Boolean, default: false },
sqywInfo: { type: Object, default: () => { } },
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-17 15:14:01
* @LastEditTime: 2023-11-16 14:13:30
-->
<template>
<div class="from-clues">
......@@ -54,14 +54,14 @@
//首次登记
import jump from "./mixin/jump";
import store from '@/store/index.js'
import table from "@/utils/mixin/table";
import ywsqTable from "@/utils/mixin/ywsqTable";
import { ywPopupDialog } from "@/utils/popup.js";
import { selectLqQjdc } from "@/api/ywsq.js";
import { startBusinessFlow } from "@/api/workFlow.js";
import { datas, sendThis } from "../javascript/selectQjzdjbxx.js";
import { defaultParameters } from "../javascript/publicDefaultPar.js";
export default {
mixins: [table, jump],
mixins: [ywsqTable, jump],
props: {
isJump: { type: Boolean, default: false },
sqywInfo: { type: Object, default: () => { } },
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-02 09:59:25
* @LastEditTime: 2023-11-16 14:00:39
-->
<template>
<div class="from-clues">
......@@ -62,14 +62,14 @@
//首次登记
import jump from "./mixin/jump";
import store from '@/store/index.js'
import table from "@/utils/mixin/table";
import ywsqTable from "@/utils/mixin/ywsqTable";
import { ywPopupDialog } from "@/utils/popup.js";
import { datas, sendThis } from "../javascript/selectTdsyq.js";
import { defaultParameters } from "../javascript/publicDefaultPar.js";
import { selectTdsyqQlxx } from "@/api/ywsq.js";
import { startBusinessFlow } from "@/api/workFlow.js";
export default {
mixins: [table, jump],
mixins: [ywsqTable, jump],
props: {
isJump: { type: Boolean, default: false },
sqywInfo: { type: Object, default: () => { } },
......
......@@ -55,12 +55,12 @@
import { ywPopupDialog } from "@/utils/popup.js";
import { datas, sendThis } from "../javascript/selectYgdj200.js";
import { defaultParameters } from "../javascript/publicDefaultPar.js";
import table from "@/utils/mixin/table";
import ywsqTable from "@/utils/mixin/ywsqTable";
import jump from "./mixin/jump";
import { selectYgdj200 } from "@/api/ywsq.js";
import { startTogetherFlow } from "@/api/workFlow.js";
export default {
mixins: [table, jump],
mixins: [ywsqTable, jump],
props: {
isJump: { type: Boolean, default: false },
sqywInfo: { type: Object, default: () => { } },
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-11 09:55:52
* @LastEditTime: 2023-11-16 14:14:10
-->
<template>
<div class="from-clues">
......@@ -183,14 +183,14 @@
//首次登记
import jump from "./mixin/jump";
import store from '@/store/index.js'
import table from "@/utils/mixin/table";
import ywsqTable from "@/utils/mixin/ywsqTable";
import { ywPopupDialog } from "@/utils/popup.js";
import { datas, sendThis } from "../javascript/selectYgdy.js";
import { defaultParameters } from "../javascript/publicDefaultPar.js";
import { selectYgdj200, selectYgdy } from "@/api/ywsq.js";
import { startTogetherFlow } from "@/api/workFlow.js";
export default {
mixins: [table, jump],
mixins: [ywsqTable, jump],
props: {
isJump: { type: Boolean, default: false },
sqywInfo: { type: Object, default: () => { } },
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-02 09:59:39
* @LastEditTime: 2023-11-16 14:14:29
-->
<template>
<!-- 主体权利信息查询 -->
......@@ -54,14 +54,14 @@
<script>
import jump from "./mixin/jump";
import store from '@/store/index.js'
import table from "@/utils/mixin/table";
import ywsqTable from "@/utils/mixin/ywsqTable";
import { ywPopupDialog } from "@/utils/popup.js";
import { datas, sendThis } from "../javascript/selectFwsyq.js";
import { defaultParameters } from "../javascript/publicDefaultPar.js";
import { selectFwsyq } from "@/api/ywsq.js";
import { startTogetherFlow } from "@/api/workFlow.js";
export default {
mixins: [table, jump],
mixins: [ywsqTable, jump],
props: {
isJump: { type: Boolean, default: false },
sqywInfo: { type: Object, default: () => { } },
......
......@@ -53,14 +53,14 @@
<script>
import jump from "./mixin/jump";
import store from '@/store/index.js'
import table from "@/utils/mixin/table";
import ywsqTable from "@/utils/mixin/ywsqTable";
import { ywPopupDialog } from "@/utils/popup.js";
import { datas, sendThis } from "../javascript/selectH.js";
import { defaultParameters } from "../javascript/publicDefaultPar.js";
import { selectHQjdc } from "@/api/ywsq.js";
import { startTogetherFlow } from "@/api/workFlow.js";
export default {
mixins: [table, jump],
mixins: [ywsqTable, jump],
props: {
isJump: { type: Boolean, default: false },
sqywInfo: { type: Object, default: () => { } },
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-31 09:39:40
* @LastEditTime: 2023-11-16 14:16:58
-->
<template>
<!-- 主体权利信息查询 -->
......@@ -55,12 +55,12 @@
import { ywPopupDialog } from "@/utils/popup.js";
import { datas, sendThis } from "../javascript/selectYgdj200.js";
import { defaultParameters } from "../javascript/publicDefaultPar.js";
import table from "@/utils/mixin/table";
import ywsqTable from "@/utils/mixin/ywsqTable";
import jump from "./mixin/jump";
import { selectYgdj200 } from "@/api/ywsq.js";
import { startBusinessFlow } from "@/api/workFlow.js";
export default {
mixins: [table, jump],
mixins: [ywsqTable, jump],
props: {
isJump: { type: Boolean, default: false },
sqywInfo: { type: Object, default: () => { } },
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-21 08:59:20
* @LastEditTime: 2023-11-16 14:17:20
-->
<template>
<!-- 主体权利信息查询 -->
......@@ -55,12 +55,12 @@
import { ywPopupDialog } from "@/utils/popup.js";
import { datas, sendThis } from "../javascript/selectYgdy.js";
import { defaultParameters } from "../javascript/publicDefaultPar.js";
import table from "@/utils/mixin/table";
import ywsqTable from "@/utils/mixin/ywsqTable";
import jump from "./mixin/jump";
import { selectYgdy } from "@/api/ywsq.js";
import { startBusinessFlow } from "@/api/workFlow.js";
export default {
mixins: [table, jump],
mixins: [ywsqTable, jump],
props: {
isJump: { type: Boolean, default: false },
sqywInfo: { type: Object, default: () => { } },
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-16 13:45:25
* @LastEditTime: 2023-11-16 14:17:34
-->
<template>
<!-- 主体权利信息查询 -->
......@@ -55,12 +55,12 @@
import { ywPopupDialog, popupCacel } from "@/utils/popup.js";
import { datas, sendThis } from "../javascript/selectAllHInfo.js";
import { defaultParameters } from "../javascript/publicDefaultPar.js";
import table from "@/utils/mixin/table";
import ywsqTable from "@/utils/mixin/ywsqTable";
import jump from "./mixin/jump";
import { selectHQjdc } from "@/api/ywsq.js";
import { startBusinessFlow } from "@/api/workFlow.js";
export default {
mixins: [table, jump],
mixins: [ywsqTable, jump],
props: {
isJump: { type: Boolean, default: false },
sqywInfo: { type: Object, default: () => { } },
......
......@@ -114,7 +114,7 @@
<script>
import Vue from 'vue'
import store from '@/store/index.js'
import table from "@/utils/mixin/table";
import ywsqTable from "@/utils/mixin/ywsqTable";
//国有建设用地使用权/房屋使用权
import { ywPopupDialog } from "@/utils/popup.js";
import { datas, sendThis } from "../javascript/fwsyq.js";
......@@ -122,7 +122,7 @@
import { selectOtherH, selectZrz, selectDz } from "@/api/ywsq.js";
import { startBusinessFlow, choiceBdcdy } from "@/api/workFlow.js";
export default {
mixins: [table, jump],
mixins: [ywsqTable, jump],
props: {
isJump: { type: Boolean, default: false },
sqywInfo: { type: Object, default: () => { } },
......