|
|
@ -123,7 +123,7 @@
|
|
|
|
var bureauId = loginPersonInfo.bureau_id;
|
|
|
|
var bureauId = loginPersonInfo.bureau_id;
|
|
|
|
layer.open({
|
|
|
|
layer.open({
|
|
|
|
type: 2,
|
|
|
|
type: 2,
|
|
|
|
title: '选择调转部门',
|
|
|
|
title: '选择调转接收部门',
|
|
|
|
shade: 0.1,
|
|
|
|
shade: 0.1,
|
|
|
|
area: ['300px', '400px'],
|
|
|
|
area: ['300px', '400px'],
|
|
|
|
content: './tree_audit.html?id=' + obj.data.id + '&bureau_id=' + bureauId
|
|
|
|
content: './tree_audit.html?id=' + obj.data.id + '&bureau_id=' + bureauId
|
|
|
|