Commit 6969f3bd authored by Mac's avatar Mac

1

parent ac8bac53
...@@ -1568,17 +1568,15 @@ ...@@ -1568,17 +1568,15 @@
if(type==1){//周期 if(type==1){//周期
that.wwlist.splice(index,1) that.wwlist.splice(index,1)
that.editableTabsValue='0' that.editableTabsValue='0'
this.wwlist.sort()
}else{//特殊 }else{//特殊
that.wsplist.splice(index,1) that.wsplist.splice(index,1)
that.editableTabsValue2='0' that.editableTabsValue2='0'
this.wsplist.sort()
} }
this.$forceUpdate(); that.$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