mooho-base-admin-plus 2.10.77 → 2.10.78
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
|
@@ -1724,7 +1724,7 @@
|
|
|
1724
1724
|
},
|
|
1725
1725
|
// 重新加载内嵌表格数据
|
|
1726
1726
|
reloadTable(tableCode) {
|
|
1727
|
-
let column = this.
|
|
1727
|
+
let column = this.columns.find(item => item.code == tableCode);
|
|
1728
1728
|
|
|
1729
1729
|
setTimeout(async () => {
|
|
1730
1730
|
if (column.tableStoreType == 'Inner') {
|
package/token.txt
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
echo "//registry.npmjs.org/:_authToken=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" >> .npmrc
|
|
2
|
-
npm config set //registry.npmjs.org/:_authToken=
|
|
2
|
+
npm config set //registry.npmjs.org/:_authToken=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
|