添加exportOptions属性,防止前端导出无法忽略操作列
This commit is contained in:
@ -232,7 +232,7 @@
|
||||
var options = {
|
||||
title: '选择部门',
|
||||
width: "380",
|
||||
url: ctx + "system/dept/selectDeptTree/" + deptId,
|
||||
url: url,
|
||||
callBack: doSubmit
|
||||
};
|
||||
$.modal.openOptions(options);
|
||||
|
Reference in New Issue
Block a user