Browse Source

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

pm 2 tháng trước cách đây
mục cha
commit
875371270b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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