Commit 94a72e65 authored by youjie's avatar youjie

no message

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