Skip to content

Commit

Permalink
fix(pvg): 创建用户清单传参
Browse files Browse the repository at this point in the history
  • Loading branch information
X3ZvaWQ committed Feb 3, 2025
1 parent e64eb18 commit fbb0ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/manufacture/CreatePlan.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default {
let data = {
title: title || `技艺助手成本计算 ${date}`,
type: 1,
public: publics,
public: Number(publics),
description: description || "",
relation: [
{ title: "生产配方", data: recipe },
Expand Down

0 comments on commit fbb0ab6

Please sign in to comment.