update 合并菜单接口
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user