Commit a8e6d0c2 authored by zhangjianguo's avatar zhangjianguo

判断

parent 7dbdf5a4
...@@ -625,7 +625,6 @@ export default { ...@@ -625,7 +625,6 @@ export default {
}, },
//收货地址的列表 //收货地址的列表
getLogisticsDeliveryPage(){ getLogisticsDeliveryPage(){
this.apipost("/api/MallBase/GetLogisticsDeliveryPage", this.regionMsg, res => { this.apipost("/api/MallBase/GetLogisticsDeliveryPage", this.regionMsg, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.regionlist = res.data.data.pageData; this.regionlist = res.data.data.pageData;
...@@ -641,6 +640,12 @@ export default { ...@@ -641,6 +640,12 @@ export default {
}, },
regionsubmitForm(){ regionsubmitForm(){
if(this.SetOrderMsg.DeliveryId==''){
this.Error('请选择收货地址');
return false
}
this.apipost('/api/order/SetOrderAfterSaleAudit',this.SetOrderMsg, this.apipost('/api/order/SetOrderAfterSaleAudit',this.SetOrderMsg,
res => { res => {
if (res.data.resultCode === 1) { if (res.data.resultCode === 1) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment