Commit 67c7fb38 by YunaiV

【功能修复】商城:解决线下自提点初次绑定用户时页面卡死问题

parent 19aef88d
......@@ -20,7 +20,7 @@
<el-button type="primary" @click="storeStaffTableSelect.open()">选择店员</el-button>
</el-form-item>
<!-- 店员列表 -->
<ContentWrap v-if="formData.verifyUsers.length > 0">
<ContentWrap v-if="formData.verifyUsers?.length > 0">
<el-table :data="formData.verifyUsers">
<el-table-column label="编号" align="center" prop="id" />
<el-table-column
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment