ps-toolkit-ui 1.9.84 → 1.9.86
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/bundles/ps-toolkit-ui.umd.js +1 -5
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/classes/form.class.js +1 -4
- package/esm2015/lib/classes/request.class.js +1 -2
- package/esm2015/lib/components/form/table/form.table.component.js +2 -2
- package/fesm2015/ps-toolkit-ui.js +1 -5
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
- package/ps-toolkit-ui.metadata.json +1 -1
|
@@ -1451,7 +1451,6 @@
|
|
|
1451
1451
|
}
|
|
1452
1452
|
btn.loading = true;
|
|
1453
1453
|
}
|
|
1454
|
-
console.log(table.searchData(), 'table.searchData()');
|
|
1455
1454
|
this.getClient(table.url, table.method, table.searchData(), function (res) {
|
|
1456
1455
|
if (res.status === exports.ResultStatusEnum.Success) {
|
|
1457
1456
|
table.rows = res.result.List;
|
|
@@ -1815,7 +1814,6 @@
|
|
|
1815
1814
|
}
|
|
1816
1815
|
else {
|
|
1817
1816
|
if (d[n] === undefined) {
|
|
1818
|
-
console.log(d, n, vl, '############');
|
|
1819
1817
|
_.set(d, n, vl);
|
|
1820
1818
|
}
|
|
1821
1819
|
else {
|
|
@@ -1826,7 +1824,6 @@
|
|
|
1826
1824
|
d[n] = [d[n], vl];
|
|
1827
1825
|
}
|
|
1828
1826
|
}
|
|
1829
|
-
console.log(d, '$$$$$$$$$$$$$$$');
|
|
1830
1827
|
}
|
|
1831
1828
|
};
|
|
1832
1829
|
this.inputs.forEach(function (inp) {
|
|
@@ -1849,7 +1846,6 @@
|
|
|
1849
1846
|
}
|
|
1850
1847
|
}
|
|
1851
1848
|
else {
|
|
1852
|
-
console.log(inp.name, vl, '111111111111111');
|
|
1853
1849
|
setD(inp.name, vl);
|
|
1854
1850
|
}
|
|
1855
1851
|
}
|
|
@@ -5816,7 +5812,7 @@
|
|
|
5816
5812
|
_this.inp.table.rows = v === null ? [] : v.map(function (x) {
|
|
5817
5813
|
return {
|
|
5818
5814
|
Data: x,
|
|
5819
|
-
Options: [uAccess, dAccess]
|
|
5815
|
+
Options: _this.inp.table.form ? [uAccess, dAccess] : [dAccess]
|
|
5820
5816
|
};
|
|
5821
5817
|
});
|
|
5822
5818
|
};
|