bug修复

This commit is contained in:
hongchao 2025-02-20 23:37:13 +08:00
parent 508fe78007
commit 1c8dfc9223
3 changed files with 4 additions and 2 deletions

View File

@ -243,6 +243,7 @@ const submitCode = () => {
typeId.value=""
apDetection.value="完好"
bmFileInfos.value=[]
imgBeseUrl.value = ""
// uni.navigateBack({
// delta: 1 //
// });

View File

@ -35,7 +35,7 @@
<view>
<uni-data-select v-model="typeId"
placeholder="请选择物资类型"
:localdata="maTypeSelectList" @change="getMaCode">
:localdata="maTypeSelectList" @change="getMaCode" filterable >
</uni-data-select>
</view>
</uni-col>

View File

@ -224,8 +224,9 @@ const isChargeList = ref([
const repairPersonData = ref([])
const repairPerson = ref("")
const getRepairerListData = async () => {
console.log('获取维修人员')
const res = await getRepairerListApi({})
console.log(res)
console.log('2222222222222222')
repairPersonData.value = res.data.map((item) => {
let obj = {
value: item.repairer,