更新页面
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
<div>
|
||||
<div class="titleBox">
|
||||
<PageTitle title="人力情报信息采集流转">
|
||||
<el-button type="primary">情报研判分析</el-button>
|
||||
<el-button type="primary" @click="showHome = true">情报研判分析</el-button>
|
||||
<el-button type="primary" @click="handleHB">线索串联</el-button>
|
||||
</PageTitle>
|
||||
</div>
|
||||
@ -58,7 +58,7 @@
|
||||
<ZlForm ref="zlDialog" v-if="isShow" :dic="{D_GS_XS_ZLLX,D_GS_ZDQT_FXDJ}"></ZlForm>
|
||||
<HbForm ref="isShowhB" :dic="{D_GS_XS_LX,D_GS_XS_LY,D_GS_XS_CZZT,D_BZ_XSSHZT,D_GS_XS_QTLX}"></HbForm>
|
||||
<teleport to="#app">
|
||||
<!-- <Qbypfx></Qbypfx> -->
|
||||
<Qbypfx v-if="showHome" @close="showHome = false"></Qbypfx>
|
||||
</teleport>
|
||||
</div>
|
||||
</template>
|
||||
@ -79,6 +79,7 @@ const {D_GS_ZDQT_FXDJ,D_GS_XS_ZLLX,D_GS_XS_CZZT,D_GS_XS_LY, D_BZ_SSZT,D_BZ_SF,D_
|
||||
const detailDiloag = ref();
|
||||
const searchBox = ref(); //搜索框
|
||||
const isShow = ref(false)
|
||||
const showHome = ref(false)
|
||||
const zlDialog = ref(false)
|
||||
const isShowhB = ref()
|
||||
const searchConfiger = ref([
|
||||
@ -97,11 +98,6 @@ const pageData = reactive({
|
||||
showSelectType: "checkBox",
|
||||
loading: false
|
||||
},
|
||||
tableConfiger: {
|
||||
rowHieght: 61,
|
||||
showSelectType: "checkBox",
|
||||
loading: false
|
||||
},
|
||||
total: 0,
|
||||
pageConfiger: {
|
||||
pageSize: 20,
|
||||
|
||||
Reference in New Issue
Block a user