|
@@ -803,6 +803,7 @@ export default {
|
|
|
hname: null,
|
|
|
hsytem: null,
|
|
|
enforcer: null,
|
|
|
+ enforcerId:null,
|
|
|
content: null,
|
|
|
times: null,
|
|
|
directorId:null,
|
|
@@ -938,7 +939,7 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
closeDialog() {
|
|
|
- this.editForm={
|
|
|
+ /* this.editForm={
|
|
|
id: null,
|
|
|
name: '',
|
|
|
hname: null,
|
|
@@ -947,7 +948,7 @@ export default {
|
|
|
content: null,
|
|
|
times: null
|
|
|
}
|
|
|
- this.resetForm('editForm')
|
|
|
+ this.resetForm('editForm') */
|
|
|
this.editFormVisible = false
|
|
|
},
|
|
|
resetSearch() {
|
|
@@ -1149,6 +1150,7 @@ export default {
|
|
|
this.editForm.enforcer = node.name
|
|
|
// this.enforceForm.directorId = node.id
|
|
|
this.editForm.directorId=node.id
|
|
|
+ this.editForm.enforcerId=node.id
|
|
|
this.closeUser1Dialog();
|
|
|
},
|
|
|
enforceManageDialog() {
|