master
271556543@qq.com 3 years ago
parent dd62186fc8
commit 261684894a

@ -9,12 +9,9 @@
</div>
<div class="bullshit">
<div class="bullshit__oops">OOPS!</div>
<div class="bullshit__info">All rights reserved
<a style="color:#20a0ff" href="https://wallstreetcn.com" target="_blank">wallstreetcn</a>
</div>
<div class="bullshit__headline">{{ message }}</div>
<div class="bullshit__info">Please check that the URL you entered is correct, or click the button below to return to the homepage.</div>
<a href="" class="bullshit__return-home">Back to home</a>
<a href="" class="bullshit__return-home">回到首页</a>
</div>
</div>
</div>

@ -230,6 +230,10 @@ export default {
this.skus.forEach(item => {
this.$refs['table'].toggleRowSelection(item)
})
this.form.schedule_list_skus = this.skus.map(item => {
return item.sku_id
})
},
submit() {

Loading…
Cancel
Save