页面优化
This commit is contained in:
parent
58c72872c1
commit
fc5021223b
@ -61,7 +61,7 @@ const tipContent = ref("加载中...");
|
|||||||
const openForm = (params = {}) => {
|
const openForm = (params = {}) => {
|
||||||
if (params['regionId']) {
|
if (params['regionId']) {
|
||||||
spinning.value = true;
|
spinning.value = true;
|
||||||
callOperate("/ebikesysrcostset/getRegionFeeConfigById?regionId="
|
callOperate("/ebikeSysRoperateset/getRegionConfigById?regionId="
|
||||||
+ params['regionId'], {}, "get").then(res => {
|
+ params['regionId'], {}, "get").then(res => {
|
||||||
spinning.value = false;
|
spinning.value = false;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user