|
@@ -47,7 +47,10 @@
|
47
|
47
|
<script>
|
48
|
48
|
import { dateFormat } from "@/utils";
|
49
|
49
|
import { exportToExcel } from "@/utils/exportToExcel";
|
50
|
|
-import { logAppStart_list_install } from "@/api/log";
|
|
50
|
+import {
|
|
51
|
+ logAppDown_list_install,
|
|
52
|
+ logAppDown_list_install_all
|
|
53
|
+} from "@/api/log";
|
51
|
54
|
export default {
|
52
|
55
|
data() {
|
53
|
56
|
return {
|
|
@@ -155,7 +158,7 @@ export default {
|
155
|
158
|
_enddate = _enddate ? dateFormat(_enddate, "yyyy-MM-dd") : null;
|
156
|
159
|
let _regionids = this.$store.state.userPower.regionids;
|
157
|
160
|
_regionids = [..._regionids];
|
158
|
|
- logAppStart_list_install({
|
|
161
|
+ logAppDown_list_install({
|
159
|
162
|
rtype: this.powerParams.rtype,
|
160
|
163
|
objectid: this.powerParams.objectid,
|
161
|
164
|
regionid: _regionids.pop(),
|
|
@@ -181,7 +184,7 @@ export default {
|
181
|
184
|
_enddate = _enddate ? dateFormat(_enddate, "yyyy-MM-dd") : null;
|
182
|
185
|
let _regionids = this.$store.state.userPower.regionids;
|
183
|
186
|
_regionids = [..._regionids];
|
184
|
|
- logAppStart_list_install({
|
|
187
|
+ logAppDown_list_install_all({
|
185
|
188
|
rtype: this.powerParams.rtype,
|
186
|
189
|
objectid: this.powerParams.objectid,
|
187
|
190
|
regionid: _regionids.pop(),
|