From ea5b12507556ca729fe820a46036f3c9b73cbbe8 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Thu, 06 Jun 2024 16:45:56 +0800
Subject: [PATCH] 校园安全账号从业人员修改教职工
---
subPackage/workbench/views/editExamine.vue | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/subPackage/workbench/views/editExamine.vue b/subPackage/workbench/views/editExamine.vue
index 617fffc..e77aab8 100644
--- a/subPackage/workbench/views/editExamine.vue
+++ b/subPackage/workbench/views/editExamine.vue
@@ -195,8 +195,11 @@
</u-upload>
</view>
</view>
- <view class="practitioner" v-if="roleAlias !='xyzt'">
- <view>
+ <view class="practitioner">
+ <view v-if="roleAlias ==='xyzt'">
+ <box-title title="教职工信息"></box-title>
+ </view>
+ <view v-else>
<box-title title="从业人员信息"></box-title>
</view>
<view class="info" v-for="(item, index) in personNumArr" :key="index">
@@ -616,7 +619,7 @@
},
submit() {
- if (this.personNum > 0 && this.roleAlias != 'xyzt') {
+ if (this.personNum > 0) {
const placePractitioner = []
this.$refs.formItemRef.forEach(item => {
console.log("item====>", item);
--
Gitblit v1.9.3