Lius
2025-04-02 14a7ff40392e6aefaefb9fd19f79bba1a6e6a6fb
src/store/modules/Production.js
@@ -21,9 +21,9 @@
  actions: {
    // 产线树
      QueryProduction({ commit },type='MDC') {
      QueryProduction({ commit }) {
      return new Promise((resolve, reject) => {
        getAction("/mdc/mdcEquipment/queryTreeListByProduction",{type}).then(response => {
        getAction("/mdc/mdcEquipment/queryTreeListByProduction").then(response => {
          if(response.success){
            const result = response.result
            Vue.ls.set(SYS_PRODUCTION, result)