|
@@ -1908,10 +1908,10 @@
|
|
|
}, 1000);
|
|
|
}
|
|
|
|
|
|
- // this.$nextTick(function(){
|
|
|
- // this.$refs.hasworkTbl.doLayout();
|
|
|
- // });
|
|
|
- this.$forceUpdate()
|
|
|
+ this.$nextTick(function(){
|
|
|
+ this.$refs.hasworkTbl.doLayout();
|
|
|
+ });
|
|
|
+ // this.$forceUpdate()
|
|
|
}
|
|
|
},
|
|
|
(error) => {
|
|
@@ -1986,7 +1986,10 @@
|
|
|
this.tableListenernot()
|
|
|
}, 1000);
|
|
|
}
|
|
|
- this.$forceUpdate();
|
|
|
+ // this.$forceUpdate();
|
|
|
+ this.$nextTick(function(){
|
|
|
+ this.$refs.hasworkTbl.doLayout();
|
|
|
+ });
|
|
|
}
|
|
|
},
|
|
|
(error) => {
|