duy 8 tháng trước cách đây
mục cha
commit
1c0ad383ba
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/views/tentative/detect/commission.vue

+ 2 - 1
src/views/tentative/detect/commission.vue

@@ -354,8 +354,9 @@ const getDelegateExcelHtml = async () => {
 
 //关联材料选择
 const linkSamplingChange = async ({ id, entrustId }) => {
+    await getDelegateExcelHtml()
     await getDelegateDataInfo(id, entrustId)
-      await getDelegateExcelHtml()
+
  
   
 }