Commit 94a72e65 authored by youjie's avatar youjie

no message

parent 1708a849
...@@ -718,7 +718,7 @@ ...@@ -718,7 +718,7 @@
HouseId: '', //房间信息 HouseId: '', //房间信息
CouponsIds: [] CouponsIds: []
}, },
UpdateOrderHouseBtn: true, UpdateOrderHouseBtn: false,
EconomicCapabilityS: [], EconomicCapabilityS: [],
rules: { rules: {
DutyType: [{ DutyType: [{
...@@ -1596,6 +1596,10 @@ ...@@ -1596,6 +1596,10 @@
addhouse() { addhouse() {
let orderId = this.addMsg.OrderId; let orderId = this.addMsg.OrderId;
let sex = this.addMsg.Sex; let sex = this.addMsg.Sex;
if(!sex){
this.$message.error('请选择性别');
return
}
if (sex == 1 || sex == 2) { if (sex == 1 || sex == 2) {
this.apipost( this.apipost(
"sellorder_get_BatchSetOrderHouse_V2", { "sellorder_get_BatchSetOrderHouse_V2", {
......
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