zhaowei
2025-07-22 6c86748e1a987865cbf5bafa9b122c76bd24a695
src/store/modules/Production.js
@@ -22,9 +22,9 @@
  actions: {
    // 产线树
      QueryProduction({ commit }) {
      QueryProduction({ commit },key) {
      return new Promise((resolve, reject) => {
        getAction("/mdc/mdcEquipment/queryTreeListByProduction").then(response => {
        getAction("/mdc/mdcEquipment/queryTreeListByProduction",{key}).then(response => {
          if(response.success){
            const result = response.result
            Vue.ls.set(SYS_PRODUCTION, result)