|
@ -300,10 +300,11 @@ export default { |
|
|
}, |
|
|
}, |
|
|
beforeImportUser () { |
|
|
beforeImportUser () { |
|
|
//所属组织全都不选,直接上传 |
|
|
//所属组织全都不选,直接上传 |
|
|
if (this.gridIdImport === '') { |
|
|
if (this.gridIdImport === '' || this.gridIdImport === undefined) { |
|
|
document.getElementById('importBut').click() |
|
|
document.getElementById('importBut').click() |
|
|
return false |
|
|
return |
|
|
} |
|
|
} |
|
|
|
|
|
console.log("111") |
|
|
//选中网格 |
|
|
//选中网格 |
|
|
let selectGird = this.$refs['deptTree'].getCheckedNodes()[0].label |
|
|
let selectGird = this.$refs['deptTree'].getCheckedNodes()[0].label |
|
|
|
|
|
|
|
|