|
@@ -570,10 +570,10 @@ export default {
|
|
.then(({ status, data, msg }) => {
|
|
.then(({ status, data, msg }) => {
|
|
if (status === 0 && data) {
|
|
if (status === 0 && data) {
|
|
this.$refs.selectTreeHouse.filterhouse(val, data);
|
|
this.$refs.selectTreeHouse.filterhouse(val, data);
|
|
- this.ruleForm.issueRoom.checkAll = true;
|
|
|
|
- this.ruleForm.issueRoom.radioRoom = '全部房间';
|
|
|
|
- this.ruleForm.issueRoom.radioStaff = '';
|
|
|
|
- this.ruleForm.issueRoom.staff = false;
|
|
|
|
|
|
+ // this.ruleForm.issueRoom.checkAll = true;
|
|
|
|
+ // this.ruleForm.issueRoom.radioRoom = '全部房间';
|
|
|
|
+ // this.ruleForm.issueRoom.radioStaff = '';
|
|
|
|
+ // this.ruleForm.issueRoom.staff = false;
|
|
} else {
|
|
} else {
|
|
this.$message.error('获取房间失败');
|
|
this.$message.error('获取房间失败');
|
|
}
|
|
}
|