费用配置表单优化
This commit is contained in:
parent
a6530524fb
commit
eeb85f0531
@ -598,7 +598,7 @@ const openForm = (params = {}) => {
|
|||||||
+ params['operationRegionId'], {}, "get").then(res => {
|
+ params['operationRegionId'], {}, "get").then(res => {
|
||||||
spinning.value = false;
|
spinning.value = false;
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
if (res.data.costConfigId) {
|
if (res.data) {
|
||||||
isAdd.value = false;
|
isAdd.value = false;
|
||||||
form.value = res.data;
|
form.value = res.data;
|
||||||
if (res.data.timeDivisionCharging == '2') {
|
if (res.data.timeDivisionCharging == '2') {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user