|
|
@@ -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
|