فهرست منبع

关联原材料报告接口新增参数记录id

duy 2 سال پیش
والد
کامیت
be547775e4
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      src/views/tentative/detect/test-form.vue

+ 2 - 1
src/views/tentative/detect/test-form.vue

@@ -535,7 +535,8 @@ const getrawMaterialList = async () => {
     linksRawTableLoading.value = true
     const { error, code, data } = await dataApi.rawMaterialList({
         nodeId: linkNodeid.value,
-        contractId: contractId.value
+        contractId: contractId.value,
+        id:dataId
     })
     //处理数据
     linksRawTableLoading.value = false