添加exportOptions属性,防止前端导出无法忽略操作列

This commit is contained in:
RuoYi
2019-05-28 17:44:46 +08:00
parent 8a18c46b84
commit 202bf1ce65
5 changed files with 27 additions and 4 deletions

View File

@ -232,7 +232,7 @@
var options = {
title: '选择部门',
width: "380",
url: ctx + "system/dept/selectDeptTree/" + deptId,
url: url,
callBack: doSubmit
};
$.modal.openOptions(options);