|
@@ -90,12 +90,6 @@ $(document).ready(() => {
|
|
|
xmjSpread.bind(spreadNS.Events.SelectionChanged, function (e, info) {
|
|
|
unitTreeObj.loadCurUnitData();
|
|
|
});
|
|
|
- xmjSpread.bind(spreadNS.Events.ClipboardChanged, function (e, info) {
|
|
|
- SpreadJsObj.Clipboard.setSysClipboard(SpreadJsObj.getFilterCopyText(info.sheet));
|
|
|
- });
|
|
|
- unitSpread.bind(spreadNS.Events.ClipboardChanged, function (e, info) {
|
|
|
- SpreadJsObj.Clipboard.setSysClipboard(SpreadJsObj.getFilterCopyText(info.sheet));
|
|
|
- });
|
|
|
const loadData = function (dataType) {
|
|
|
postData(window.location.pathname + '/load', {filter: dataType}, function (result) {
|
|
|
const setting = {
|