屏蔽退出功能
This commit is contained in:
@@ -412,7 +412,7 @@
|
||||
@close="showTime = false"
|
||||
></u-datetime-picker> -->
|
||||
<!-- 社区端 - 显示隐藏退出组件 -->
|
||||
<exitPopup />
|
||||
<!-- <exitPopup /> -->
|
||||
<DealDone ref="dealDone" @finished="getListPersonDemand();"/>
|
||||
<!-- <uni-popup background-color="#fff" type="bottom"
|
||||
ref="openDeal"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<!--
|
||||
* @Date: 2024-10-08 14:29:36
|
||||
* @LastEditors: shirlwang
|
||||
* @LastEditTime: 2025-11-04 16:16:45
|
||||
* @LastEditTime: 2025-12-16 17:50:45
|
||||
-->
|
||||
<template>
|
||||
<view class="page" style="background-image: url('../../../packageRc/static/pageBg.png');">
|
||||
@@ -25,7 +25,7 @@
|
||||
<trainService v-if="activeType == 4" :needId="id" :name="name" ref="type4" />
|
||||
<otherService v-if="activeType == 5" :needId="id" :name="name" ref="type5" />
|
||||
<!-- 社区端 - 显示隐藏退出组件 -->
|
||||
<exitPopup />
|
||||
<!-- <exitPopup /> -->
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<!--
|
||||
* @Date: 2024-10-08 14:29:36
|
||||
* @LastEditors: shirlwang
|
||||
* @LastEditTime: 2025-11-04 17:16:49
|
||||
* @LastEditTime: 2025-12-16 17:50:03
|
||||
-->
|
||||
<template>
|
||||
<view class="page" style="background-image: url('../../../packageRc/static/pageBg.png');">
|
||||
@@ -21,7 +21,7 @@
|
||||
<trainService v-if="activeType == 4" :needId="id" :name="name" ref="type4" />
|
||||
<otherService v-if="activeType == 5" :needId="id" :name="name" ref="type5" />
|
||||
<!-- 社区端 - 显示隐藏退出组件 -->
|
||||
<exitPopup />
|
||||
<!-- <exitPopup /> -->
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -153,7 +153,7 @@
|
||||
|
||||
|
||||
<!-- 社区端 - 显示隐藏退出组件 -->
|
||||
<exitPopup />
|
||||
<!-- <exitPopup /> -->
|
||||
</view>
|
||||
</template>
|
||||
<script>
|
||||
|
||||
@@ -273,14 +273,14 @@ import {
|
||||
returnPerson,
|
||||
updatePersonInfo,
|
||||
} from "../../api/company/index.js";
|
||||
import exitPopup from "../../components/exitPopup.vue";
|
||||
// import exitPopup from "../../components/exitPopup.vue";
|
||||
import {
|
||||
getDicts
|
||||
} from '@/packageRc/apiRc/system/dict.js'
|
||||
export default {
|
||||
name: "personnelList",
|
||||
components: {
|
||||
exitPopup,
|
||||
// exitPopup,
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
@@ -1101,10 +1101,14 @@ function goRc(){
|
||||
let userInfo = uni.getStorageSync('userInfo')
|
||||
if(userInfo.isCompanyUser == 2){
|
||||
storeRc.dispatch('LoginByID', userInfo.userId).then(res => {
|
||||
// storeRc.dispatch('LoginByID', 2025111679160750).then(res => {
|
||||
storeRc.dispatch('GetInfo').then(res => {
|
||||
navTo('/packageRc/pages/daiban/daiban');
|
||||
});
|
||||
});
|
||||
// test0001 202511491561998
|
||||
// test0002 202511381669113
|
||||
// test0003 2025111679160750
|
||||
}else if(userInfo.isCompanyUser == 1){
|
||||
storeRc.dispatch('LoginByUserInfo', userInfo).then(res => {
|
||||
navTo('/packageRc/pages/index/index');
|
||||
|
||||
Reference in New Issue
Block a user