Commit 7763b92bd41d90d5b3c736d5d9f8e55dc0773f57
1 parent
4dc464bc
---
Showing
1 changed file
with
2 additions
and
1 deletions
web/WebMvc/wwwroot/productjs/configure/BaseProject.js
... | ... | @@ -141,7 +141,8 @@ layui.config({ |
141 | 141 | layer.alert(sU.config.titleSelectOneRowData, { icon: sU.config.iconoError, shadeClose: true, title: sU.config.titleSelectOneRowData }); |
142 | 142 | return; |
143 | 143 | } |
144 | - localStorage.setItem("defaultSelectProjectId",dataCheckObj.data[0].id); | |
144 | + localStorage.setItem("defaultSelectProjectId", dataCheckObj.data[0].id); | |
145 | + layer.msg(sU.config.titleActionSuccess, { icon: sU.config.iconoOk, shadeClose: true, title: sU.config.titleOpen }); | |
145 | 146 | }, |
146 | 147 | |
147 | 148 | //所有动作成功之后 |
... | ... |