|
@@ -1390,6 +1390,10 @@ |
|
|
mounted(){ |
|
|
mounted(){ |
|
|
}, |
|
|
}, |
|
|
created(){ |
|
|
created(){ |
|
|
|
|
|
if(location.href.indexOf("#reloaded")==-1){ |
|
|
|
|
|
location.href=location.href+"#reloaded"; |
|
|
|
|
|
location.reload(); |
|
|
|
|
|
} |
|
|
this.getDicts("zjlx").then(response => { |
|
|
this.getDicts("zjlx").then(response => { |
|
|
this.zjlxOptions = response.data; |
|
|
this.zjlxOptions = response.data; |
|
|
}); |
|
|
}); |
|
|