加氢站-预约
This commit is contained in:
@@ -221,8 +221,12 @@ class C_ReservationController extends GetxController with BaseControllerMixin {
|
||||
stateName: '',
|
||||
addStatus: '',
|
||||
addStatusName: '',
|
||||
rejectReason: '',
|
||||
hasEdit: true,
|
||||
rejectReason: '',
|
||||
isTruckAttachment: 0,
|
||||
hasHydrogenationAttachment: true,
|
||||
hasDrivingAttachment: true,
|
||||
isEdit: '',
|
||||
);
|
||||
|
||||
//打开预约列表
|
||||
@@ -546,7 +550,7 @@ class C_ReservationController extends GetxController with BaseControllerMixin {
|
||||
}
|
||||
|
||||
try {
|
||||
if(showloading){
|
||||
if (showloading) {
|
||||
showLoading("加氢站数据加载中");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user