n20-common-lib 2.22.1 → 2.22.3
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/package.json
CHANGED
|
@@ -441,7 +441,7 @@ export default {
|
|
|
441
441
|
saveColumns(list) {
|
|
442
442
|
let columns = saveTransform(list, this.labelKey, this.isFilter)
|
|
443
443
|
axios.post(
|
|
444
|
-
|
|
444
|
+
`/bems/prod_1.0/user/pageHabit?t=${Math.random()}`,
|
|
445
445
|
{
|
|
446
446
|
userNo: this.userNo,
|
|
447
447
|
pageId: this.pageId,
|
|
@@ -526,7 +526,7 @@ export function getColumns(pageId, userNo, columnsT, labelKey = 'label') {
|
|
|
526
526
|
return new Promise((resolve, reject) => {
|
|
527
527
|
axios
|
|
528
528
|
.post(
|
|
529
|
-
|
|
529
|
+
`/bems/prod_1.0/user/pageHabit/list?t=${Math.random()}`,
|
|
530
530
|
{
|
|
531
531
|
userNo: userNo,
|
|
532
532
|
pageId: pageId
|