diff --git a/web/pages/modeltable.html b/web/pages/modeltable.html
index 4226adc..2a243d3 100644
--- a/web/pages/modeltable.html
+++ b/web/pages/modeltable.html
@@ -14,7 +14,7 @@
+
diff --git a/web/srczip/logic/dashboard.js b/web/srczip/logic/dashboard.js
index d51f680..e613160 100644
--- a/web/srczip/logic/dashboard.js
+++ b/web/srczip/logic/dashboard.js
@@ -412,7 +412,7 @@
for(var z in eventdata){
if(id){
//当有id时更新对应id看板内的内容
- X.template("modeltable",id,eventdata[z],function(){
+ X.template("modeltable",id,eventdata[z],function(){
X.pageLogic['dashboard'].morefeatures(eventdata[z]);
});
}else {