huangxw 1 Minggu lalu
induk
melakukan
c8b45d24ae

+ 1 - 1
src/plant/packaging/detail/models/relate-info-page.vue

@@ -116,7 +116,7 @@ const closeRelate = async (item: any) => {
         });
         if (!confirmRes.confirm) return;
 
-        const res = await useClientRequest.get(`/plt-api/app/packRelation/cancelRelate/${item?.id}`);
+        const res = await useClientRequest.get(`/plt-api/app/packTask/unbindRefrence/${item?.id}`);
         if (res && res.code === 200) {
             uni.showToast({ title: '取消关联成功', icon: 'success' });
             uni.$emit('refreshPackTaskDetail'); // 取消关联后刷新详情数据

+ 1 - 1
src/plant/storage/agro-product/add/index.vue

@@ -202,7 +202,7 @@ const submitForm = async () => {
                     });
                 }, 1500);
             } catch (error) {
-                uni.hideLoading();
+                // uni.hideLoading();
             }
         },
         500,