update 合并菜单接口

This commit is contained in:
2021-07-05 13:35:31 +08:00
parent 6d9fbd15da
commit ecb00f664a
7 changed files with 22 additions and 9 deletions

View File

@@ -116,6 +116,10 @@ export default class form extends Component {
postData.id = this.record.id
}
//#region 从前段转换后端所需格式
// 目录的pic必须为空
if (!postData.type) {
postData.pid = EMPTY_ID
}
//#endregion
return postData
}