agilebuilder-ui 1.1.65-tmp24 → 1.1.65-tmp26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.full.min.js +1 -1
- package/es/index.mjs +22 -19
- package/es/style.css +759 -759
- package/lib/index.cjs +12 -12
- package/lib/style.css +784 -784
- package/package.json +1 -1
- package/src/utils/watermark.js +1 -1
package/package.json
CHANGED
package/src/utils/watermark.js
CHANGED
|
@@ -54,7 +54,7 @@ const setWatermark = (str, parma, paramId) => {
|
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
// 该方法只允许调用一次
|
|
57
|
-
|
|
57
|
+
function showWatermark(label, parma, user, paramId) {
|
|
58
58
|
var date = new Date()
|
|
59
59
|
date = formatDate(date, 'yyyy-MM-dd')
|
|
60
60
|
setTimeout(() => {
|