@@ -283,6 +283,9 @@
})
},
changePrice() {
+ if(!this.newPrice&&this.newPrice!=0){
+ return this.$showToast('请填写新价格');
+ }
this.$api
.post("/merchant/hotel/room/state/updRoomPrice", {
idList: this.checkDataRoomId,