@@ -885,10 +885,12 @@ func (this *BIDaShboardController) Public() {
br.ErrMsg = "提交审批失败, Err: " + err.Error()
return
}
+ item.State = 4
+ } else {
+ item.State = 6
item.BiDashboardClassifyId = req.ClassifyId
- item.State = 4
err = bi_dashboard.EditDashboard(item)
if err != nil {