Explorar el Código

创建合同段修改

duy hace 8 meses
padre
commit
b42597ccd8
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/views/project/detail/info.vue

+ 2 - 0
src/views/project/detail/info.vue

@@ -432,6 +432,8 @@ const saveDataApi = async () => {
         })
         obj.idList = idList
     }
+    const { pid } = getObjValue(dataInfo.value)
+    obj.pid = pid
     const { code, data } = await mainApi.submit(obj)
     if (code === 200) {
         const { id, contractType } = getObjValue(data)