@ -118,6 +118,7 @@ function showImage(path) {
// 关闭全屏图片弹窗
function closeImagePopup() {
uni.hideLoading()
isImagePopupVisible.value = false;
}
@ -369,6 +369,7 @@
proxy.$modal.showToast('请选择备件');
return;
if (type == 1) {
uni.showLoading({
title: "加载中....",
mask: true
@ -387,6 +388,10 @@
await getSparePartsList(null);
isShowSelectItem.value = false;
}else{