Browse Source
Merge pull request #1014 from zhangyu836/dev0
setSheetAdd 没有返回新增的工作表对象
master
mengshukeji
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/global/api.js
|
@ -4978,6 +4978,7 @@ export function setSheetAdd(options = {}) { |
|
|
if (success && typeof success === 'function') { |
|
|
if (success && typeof success === 'function') { |
|
|
success(); |
|
|
success(); |
|
|
} |
|
|
} |
|
|
|
|
|
return sheetconfig; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|