|
|
|
@ -24,6 +24,8 @@ function openDirectoryEditLayer(data, callback, view) { |
|
|
|
|
disablePermisBtn = 'disabled'; |
|
|
|
|
readOnly = 'readOnly'; |
|
|
|
|
} |
|
|
|
|
data.sort = data.sort || 9999; |
|
|
|
|
console.info(data); |
|
|
|
|
layer.open({ |
|
|
|
|
type: 1, |
|
|
|
|
title: view ? '目录属性' : isEdit ? '修改目录' : '新建目录', |
|
|
|
|