@yoooloo42/joker 1.0.180 → 1.0.182
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.cjs.js +2 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -3
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -22792,7 +22792,7 @@ const popupUpdateOne = async _ref7 => {
|
|
|
22792
22792
|
row
|
|
22793
22793
|
} = _ref7;
|
|
22794
22794
|
unclassified.deepClone.replaceObject(scopeThis.formData, row); // 继承行记录的值
|
|
22795
|
-
unclassified.deepClone.replaceObject(scopeThis.formProps, scopeThis.
|
|
22795
|
+
unclassified.deepClone.replaceObject(scopeThis.formProps, scopeThis.updateOne.formProps);
|
|
22796
22796
|
// 弹出窗口
|
|
22797
22797
|
unclassified.deepClone.deepMerge(scopeThis.formProps.popup, {
|
|
22798
22798
|
visible: true
|
|
@@ -23005,8 +23005,7 @@ function text(item) {
|
|
|
23005
23005
|
// 保留换行符
|
|
23006
23006
|
'border-left': '#ababab solid 1px',
|
|
23007
23007
|
'border-top': '#ababab solid 1px',
|
|
23008
|
-
'padding-left': '10px'
|
|
23009
|
-
height: '40px'
|
|
23008
|
+
'padding-left': '10px'
|
|
23010
23009
|
};
|
|
23011
23010
|
}
|
|
23012
23011
|
|