Browse Source

feat: 生产问题修复:SBBJ-717

master
ljlong_2630 2 months ago
parent
commit
31fdb7e035
  1. 1
      src/components/item/slectItemList.vue
  2. 5
      src/pages/sparePartsServiceWorkOrderList/addForm.vue

1
src/components/item/slectItemList.vue

@ -118,6 +118,7 @@ function showImage(path) {
//
function closeImagePopup() {
uni.hideLoading()
isImagePopupVisible.value = false;
}

5
src/pages/sparePartsServiceWorkOrderList/addForm.vue

@ -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;
uni.hideLoading()
}else{
isShowSelectItem.value = false;
uni.hideLoading()
}
}

Loading…
Cancel
Save