bug修复
This commit is contained in:
parent
508fe78007
commit
1c8dfc9223
|
|
@ -243,6 +243,7 @@ const submitCode = () => {
|
|||
typeId.value=""
|
||||
apDetection.value="完好"
|
||||
bmFileInfos.value=[]
|
||||
imgBeseUrl.value = ""
|
||||
// uni.navigateBack({
|
||||
// delta: 1 // 返回到已存在的页面
|
||||
// });
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue