Explorar el Código

不知道改了啥锁具机构部分

pm hace 2 meses
padre
commit
875371270b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/hw/hardware/lockset/LocksetForm.vue

+ 1 - 0
src/views/hw/hardware/lockset/LocksetForm.vue

@@ -213,6 +213,7 @@ const getLockTypeList = async () => {
 const getMaterialList = async () => {
   const data = { pageNo: 1, pageSize: -1 }
   const response = await MaterialApi.listMaterials(data)
+
   materialsOptions.value = response.list.map(item => ({
     value: item.materialsCabinetId,
     label: item.materialsName