Admin
2022-08-17 3c8ada71c2f06f4c43e25e16a9717dc96caa9f5a
src/api/specialWorkSystem/approveBasic/index.ts
@@ -35,10 +35,11 @@
         });
      },
      // v1
      getAllProductionDeviceList: () => {
        getAllApproveBasicList: (data: {}) => {
         return request({
            url: import.meta.env.VITE_API_URL + `/prevent/device/select/listDevices`,
            method: 'post'
                url: import.meta.env.VITE_API_URL + `/work/ruleItemStand/list`,
                method: 'post',
                data
         });
      }
   };