ソースを参照

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

pm 2 ヶ月 前
コミット
875371270b
1 ファイル変更1 行追加0 行削除
  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