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() { function closeImagePopup() {
uni.hideLoading()
isImagePopupVisible.value = false; isImagePopupVisible.value = false;
} }

5
src/pages/sparePartsServiceWorkOrderList/addForm.vue

@ -369,6 +369,7 @@
proxy.$modal.showToast('请选择备件'); proxy.$modal.showToast('请选择备件');
return; return;
} }
if (type == 1) {
uni.showLoading({ uni.showLoading({
title: "加载中....", title: "加载中....",
mask: true mask: true
@ -387,6 +388,10 @@
await getSparePartsList(null); await getSparePartsList(null);
isShowSelectItem.value = false; isShowSelectItem.value = false;
uni.hideLoading() uni.hideLoading()
}else{
isShowSelectItem.value = false;
uni.hideLoading()
}
} }

Loading…
Cancel
Save