|
@@ -754,9 +754,7 @@ export default {
|
|
userId: this.ruleForm.issueRoom.checkAll
|
|
userId: this.ruleForm.issueRoom.checkAll
|
|
? this.selectDataHouseTreeData.userID
|
|
? this.selectDataHouseTreeData.userID
|
|
: this.selectDataPeopleTreeData.userList,
|
|
: this.selectDataPeopleTreeData.userList,
|
|
- treeData: this.ruleForm.issueRoom.checkAll
|
|
|
|
- ? JSON.stringify(this.selectDataHouseTreeData.checkData)
|
|
|
|
- : JSON.stringify(this.selectDataPeopleTreeData.checkData),
|
|
|
|
|
|
+ treeData: [],
|
|
title: this.ruleForm.title,
|
|
title: this.ruleForm.title,
|
|
type: this.ruleForm.informType,
|
|
type: this.ruleForm.informType,
|
|
urgentFlag: this.ruleForm.exigencyOr == '是' ? 1 : 0,
|
|
urgentFlag: this.ruleForm.exigencyOr == '是' ? 1 : 0,
|