Hwt преди 2 години
родител
ревизия
4461e77b3f

+ 8 - 1
commandCenter/src/views/operationalServices/assembly/orderClassification.vue

@@ -1,3 +1,11 @@
+<!--
+ * @Author: your name
+ * @Date: 2022-08-02 11:49:54
+ * @LastEditTime: 2022-08-18 10:18:39
+ * @LastEditors: your name
+ * @Description: In User Settings Edit
+ * @FilePath: \commandCenter\src\views\operationalServices\assembly\orderClassification.vue
+-->
 <template>
   <div class="modelBlock">
     <div class="model-title">
@@ -59,7 +67,6 @@ export default {
     getData () {
       this.$http.get('/czc-community/statisticWorkOrderCategory', this.mixins_query).then(({ data, msg, status }) => {
         if (status == 0 && !!data.datas) {
-          debugger
           this.clientOptions = ringType([], this.eachartObj(data), {}, { type: '%', total: data.total });
         }
       });

+ 1 - 0
commandCenter/src/views/operationalServices/assembly/todayTask.vue

@@ -87,6 +87,7 @@ export default {
     getData () {
       this.$http.get('/czc-community/statisticTodayTask', this.mixins_query).then(({ data, msg, status }) => {
         if (status == 0) {
+          debugger
           this.blockArr[0].resData = data.workOrder.total;
           this.blockArr[1].resData = data.feedback.total;
           this.blockArr[2].resData = data.workOrder.completeTotal;

+ 2 - 2
operationSupport/src/views/newWorkBench/components/pendingComplaints.vue

@@ -70,14 +70,14 @@ export default {
         .post('/czc-community/feedback/page', this.mixins_query)
         .then(({ status, data, msg }) => {
           if (status == 0) {
-            debugger
+
             this.datas = data.list;
           }
         })
         .catch((err) => { });
     },
     toPage (row) {
-      debugger
+
       new Promise((resolve) => {
         this.$store.dispatch('addPopup', {
           url: '/propertyManagement/stepPage/indexEdit.vue',