mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化代码
This commit is contained in:
parent
0b48bc1a0a
commit
f873d52d47
@ -118,7 +118,7 @@
|
|||||||
</option>
|
</option>
|
||||||
<option v-for="(item,index) in allocationStorehouseApplyInfo.storehouses"
|
<option v-for="(item,index) in allocationStorehouseApplyInfo.storehouses"
|
||||||
:key="index" v-bind:value="item.shId"
|
:key="index" v-bind:value="item.shId"
|
||||||
v-if="item.shId != resourceStore.shId">
|
v-if="item.shId != resourceStore.shId && item.communityId == allocationStorehouseApplyInfo.communityId">
|
||||||
{{item.shName}}
|
{{item.shName}}
|
||||||
</option>
|
</option>
|
||||||
</select>
|
</select>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user