Commit 44b7c3fa authored by 黄奎's avatar 黄奎

页面修改

parent e477da2e
...@@ -583,7 +583,7 @@ ...@@ -583,7 +583,7 @@
sItem.Score = avgScore; sItem.Score = avgScore;
}) })
} }
// this.calcPaper();
}, },
//上移下移(IsUp:0上移,1下移) //上移下移(IsUp:0上移,1下移)
MoveFatherItem(subIndex, IsUp) { MoveFatherItem(subIndex, IsUp) {
...@@ -696,6 +696,7 @@ ...@@ -696,6 +696,7 @@
item.forEach(x => { item.forEach(x => {
x.isShowEdit = false; x.isShowEdit = false;
}) })
this.calcPaper();
this.$forceUpdate(); this.$forceUpdate();
}, },
//获取子组件内容 //获取子组件内容
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment