|
|
@@ -144,7 +144,7 @@
|
|
|
<p>其中<span>{{successResult.goodsAmount || 0}}</span>个求购型号有现货在售,您可前往“<span>买家中心-我的求购</span>”查询并直接购买</p>
|
|
|
<div>
|
|
|
<a @click="showRemindBox = false">继续发布</a>
|
|
|
- <a href="/user#/seekPurchase">前往我的求购</a>
|
|
|
+ <a href="/user#/seekPurchase" target="_blank">前往我的求购</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -408,7 +408,7 @@
|
|
|
}
|
|
|
},
|
|
|
deleteItem: function (index) {
|
|
|
- if (!index) {
|
|
|
+ if (!index && index !== 0) {
|
|
|
let str = ''
|
|
|
for (let i = 0; i < this.bomList.content.length; i++) {
|
|
|
if (this.bomList.content[i].checked) {
|