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="" typeId.value=""
apDetection.value="完好" apDetection.value="完好"
bmFileInfos.value=[] bmFileInfos.value=[]
imgBeseUrl.value = ""
// uni.navigateBack({ // uni.navigateBack({
// delta: 1 // // delta: 1 //
// }); // });

View File

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

View File

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