This commit is contained in:
罗松柏 2021-08-16 19:39:40 +08:00
parent 67c99f1a4d
commit 5965519287
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
<div class="tishi model-gengx" data-id="{{d.id}}" title="更新"> <div class="tishi model-gengx" data-id="{{d.id}}" title="更新">
<img src="./static/img/gengxin.png" /> <img src="./static/img/gengxin.png" />
</div> </div>
<div class="tishi model-fuzhi" title="复制" data-id="{{d.id}}"> <div class="tishi model-fuzhi" title="复制" data-id="{{d.id}}" >
<img src="./static/img/fuzhi2.png" /> <img src="./static/img/fuzhi2.png" />
</div> </div>
<div class="tishi" title="更多"> <div class="tishi" title="更多">

View File

@ -412,7 +412,7 @@
for(var z in eventdata){ for(var z in eventdata){
if(id){ if(id){
//当有id时更新对应id看板内的内容 //当有id时更新对应id看板内的内容
X.template("modeltable",id,eventdata[z],function(){ X.template("modeltable",id,eventdata[z],function(){
X.pageLogic['dashboard'].morefeatures(eventdata[z]); X.pageLogic['dashboard'].morefeatures(eventdata[z]);
}); });
}else { }else {