优化代码

This commit is contained in:
Your Name 2023-09-25 18:53:27 +08:00
parent 0b48bc1a0a
commit f873d52d47
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -123,7 +123,7 @@
params: {
page: 1,
row: 100,
}
};
//发送get请求