|
@@ -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 });
|
|
|
}
|
|
|
});
|