|
@@ -476,8 +476,8 @@ export default {
|
|
|
];
|
|
|
if (res.data.serviceTimeType === 4) {
|
|
|
res.data.studyTimeArrays = [
|
|
|
- this.$methodsTools.time10to13(res.data.serviceStartTime, 2),
|
|
|
- this.$methodsTools.time10to13(res.data.serviceEndTime, 2),
|
|
|
+ this.$methodsTools.time10to13(res.data.studyStartTime, 2),
|
|
|
+ this.$methodsTools.time10to13(res.data.studyEndTime, 2),
|
|
|
];
|
|
|
}
|
|
|
res.data.standPriceJson = JSON.parse(res.data.standPriceJson);
|