telephone-clients 4.0.0-1-3 → 4.0.0-1-5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33,22 +33,14 @@
33
33
  <script>
34
34
  // 户内维修
35
35
  import Vue from 'vue'
36
- // import DoorService from './DoorService'
37
36
  import RepairInfo from './RepairInfo'
38
37
  import RepairDetails from './RepairDetails'
39
38
  import RepairUserInfo from './RepairUserInfo'
40
- import ChangeMeterPage from './ChangeMeterPage'
41
- // import Pipeline from './Pipeline'
42
- // import DeviceService from './DeviceService'
43
- // import TroubleRemoval from './TroubleRemoval'
44
- // import FirstGasCheck from './FirstGasCheck'
45
- // import RepairMatterInfo from './RepairMatterInfo'
46
- // import TelChangeMatter from './TelChangeMatter'
47
39
  import Outlay from './Outlay'
48
40
  import FaultAll from './FaultAll'
49
41
  import { HttpResetClass } from 'vue-client'
50
- import co from 'co'
51
42
  import * as Util from '../Util'
43
+
52
44
  let loadParamGem = async function (self) {
53
45
  await self.$LoadParams.loadParam()
54
46
  }