linwe
2024-06-06 33f44846c05b47bea48d2faead046a4e0259f741
校园安全账号隐藏
1 files modified
9 ■■■■■ changed files
subPackage/workbench/views/editExamine.vue 9 ●●●●● patch | view | raw | blame | history
subPackage/workbench/views/editExamine.vue
@@ -89,7 +89,7 @@
                </view>
                <view class="item bgc-ff mt-20">
                <view class="item bgc-ff mt-20" v-if="roleAlias !='xyzt'">
                    <view class="flex j-c-s-b a-i-c" style="padding-top:12rpx;">
                        <view class="box-title" style="width:50%;">
                            <box-title title="房东信息"></box-title>
@@ -195,7 +195,7 @@
                    </u-upload>
                </view>
            </view>
            <view class="practitioner">
            <view class="practitioner" v-if="roleAlias !='xyzt'">
                <view>
                    <box-title title="从业人员信息"></box-title>
                </view>
@@ -377,7 +377,8 @@
                showNationPicker: false,
                showGenderPicker: false,
                personNumArr: [],
                cateId: ""
                cateId: "",
                roleAlias: uni.getStorageSync("activeRole").roleAlias,
            }
        },
        onShow() {
@@ -615,7 +616,7 @@
            },
            submit() {
                if (this.personNum > 0) {
                if (this.personNum > 0 && this.roleAlias != 'xyzt') {
                    const placePractitioner = []
                    this.$refs.formItemRef.forEach(item => {
                        console.log("item====>", item);