mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化代码
This commit is contained in:
parent
0b48bc1a0a
commit
f873d52d47
@ -118,7 +118,7 @@
|
||||
</option>
|
||||
<option v-for="(item,index) in allocationStorehouseApplyInfo.storehouses"
|
||||
: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}}
|
||||
</option>
|
||||
</select>
|
||||
|
||||
@ -123,7 +123,7 @@
|
||||
params: {
|
||||
page: 1,
|
||||
row: 100,
|
||||
|
||||
|
||||
}
|
||||
};
|
||||
//发送get请求
|
||||
|
||||
Loading…
Reference in New Issue
Block a user