费用配置表单优化

This commit is contained in:
dzl 2025-05-08 09:02:13 +08:00
parent a6530524fb
commit eeb85f0531

View File

@ -598,7 +598,7 @@ const openForm = (params = {}) => {
+ params['operationRegionId'], {}, "get").then(res => {
spinning.value = false;
if (res.code == 200) {
if (res.data.costConfigId) {
if (res.data) {
isAdd.value = false;
form.value = res.data;
if (res.data.timeDivisionCharging == '2') {