Mr.Shi
2023-08-22 df48216098748d6d66856237d1833f8d8eb068bc
screen_standard/src/stores/counter.js
@@ -4,10 +4,6 @@
export const useCounterStore = defineStore('enterprise', {
  state: () => {
    // 678
<<<<<<< HEAD
    return { companyId: '', departId: '' };
=======
    return {
      companyId: '8',
      departId: '132',
@@ -17,7 +13,6 @@
      prouserNum: 0, // 今日生产人数
      unqualifiedRate: 0 // 今日不良品率
    };
>>>>>>> 8eebd3b823c2e477f949b7f06b6e972ec09327df
  },
  actions: {