|
@@ -123,10 +123,13 @@ export default {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
created() {
|
|
created() {
|
|
- this.getDropList()
|
|
|
|
- this.getDataList()
|
|
|
|
- const userLoginDTO= JSON.parse(localStorage.getItem('userLoginDTO'))
|
|
|
|
- this.modifier = userLoginDTO && userLoginDTO.linkman
|
|
|
|
|
|
+ this.$nextTick(()=>{
|
|
|
|
+ this.getDropList()
|
|
|
|
+ this.getDataList()
|
|
|
|
+ const userLoginDTO= JSON.parse(localStorage.getItem('userLoginDTO'))
|
|
|
|
+ this.modifier = userLoginDTO && userLoginDTO.linkman
|
|
|
|
+ })
|
|
|
|
+
|
|
},
|
|
},
|
|
watch: {
|
|
watch: {
|
|
'filter': {
|
|
'filter': {
|