bug修复
This commit is contained in:
parent
508fe78007
commit
1c8dfc9223
|
|
@ -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 // 返回到已存在的页面
|
||||||
// });
|
// });
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue