Commit b6d2a3be by LJM

如果省份为空,弹出收货信息弹窗

parent 8510b1f3
......@@ -247,6 +247,11 @@ export default {
this.$http('GET', "/api/consignmentRecall/getConsignmentRecallReceiptInfo", {}).then(res => {
if (res.code === 0) {
this.updateConsignmentRecallReceiptInfoParams = res.data;
// 如果省份为空,弹出收货信息弹窗
if (!res.data.province) {
this.dialogVisible_3 = true
}
}
})
},
......
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 sign in to comment