完成水电表列表
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
:initial-index="0"
|
||||
v-for="(item, index) in form.problemImageUrlList"
|
||||
:key="index"
|
||||
:src="item"
|
||||
:src="splitImages(item)"
|
||||
class="carinfoImage"
|
||||
></el-image>
|
||||
</div>
|
||||
@@ -156,6 +156,7 @@ import { listResident } from '@/api/system/resident';
|
||||
import { RepairVO } from '@/api/system/Repair/type';
|
||||
import { useHouseStore } from '@/store/modules/house';
|
||||
import { listRepairProcess, updateRepairProcess } from '@/api/system/repairProcess';
|
||||
import { splitImages } from '@/utils';
|
||||
|
||||
const houseStore = useHouseStore();
|
||||
const { treedata } = storeToRefs(houseStore);
|
||||
|
||||
Reference in New Issue
Block a user