Commit 41aeed2c authored by 罗超's avatar 罗超

更新保存行程参数IsUseCreare

parent 1d38186e
......@@ -305,7 +305,8 @@ const SetSellTemplate = async (type:Number,FolderId:Number) => {
Title: queryObj.value.Title,
OWidth: 0,
OHeight: 0,
FolderId: FolderId>=0?FolderId:searchData.value.ParentFileId
FolderId: FolderId>=0?FolderId:searchData.value.ParentFileId,
IsUseCreare: autoSave.value==1?0:1
}
if(queryObj.value.TemplateType==2){
queryMsg.OWidth = queryObj.value.Width
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment