1
lzhe
2024-06-03 0ea5706a4917edcd9f2f020d7418ece30c6a0915
src/api/model/workstation.js
@@ -25,6 +25,13 @@
         return await http.get(this.url, params);
      }
   },
   groupWorkstationType: {
      url: `${config.API_URL}/blade-cps/group/groupWorkstation/type`,
      name: "获取状态反馈树",
      post: async function(params){
         return await http.post(this.url, params);
      }
   },
    calendarList: {
      url: `${config.API_URL}/blade-cps/calendar/list`,
      name: "获取生产日历",