callm преди 5 месеца
родител
ревизия
259617461d
променени са 3 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      src/components/smtechart/bottom/bottomLeft2Chart/chart.vue
  2. 1 1
      src/views/assembly/bottomLeft2.vue
  3. 1 1
      src/views/hj/bottomLeft2.vue

+ 1 - 1
src/components/smtechart/bottom/bottomLeft2Chart/chart.vue

@@ -177,7 +177,7 @@ export default {
     },
     async getdata() {
       //20220211 -+formatDate(new Date()
-      var caller = 'ZZ!WCDAYTURNOUT';
+      var caller = 'SMT!WCDAYTURNOUT';
       await this.$http.get("kanban/datalist.action?caller="+caller+"&_noc=1&page=1&pageSize=100",{
         params: {
           condition: "1=1",

+ 1 - 1
src/views/assembly/bottomLeft2.vue

@@ -17,7 +17,7 @@
 </template>
 
 <script>
-import BottomLeft2Chart from '_c/smtechart/bottom/bottomLeft2Chart'
+import BottomLeft2Chart from '_c/assemblyechart/bottom/bottomLeft2Chart'
 export default {
   components: {
     BottomLeft2Chart

+ 1 - 1
src/views/hj/bottomLeft2.vue

@@ -17,7 +17,7 @@
 </template>
 
 <script>
-import BottomLeft2Chart from '_c/smtechart/bottom/bottomLeft2Chart'
+import BottomLeft2Chart from '_c/hjechart/bottom/bottomLeft2Chart'
 export default {
   components: {
     BottomLeft2Chart