8000 fix · laraveladmin-cn/laraveladmin@daa328a · GitHub
[go: up one dir, main page]

Skip to content

Commit daa328a

Browse files
author
张世平
committed
fix
1 parent a8ddbcf commit daa328a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

resources/js/components/datatable.vue

+3
Original file line numberDiff line numberDiff line change
@@ -1025,6 +1025,9 @@ export default {
10251025
};
10261026
},
10271027
'$route.fullPath'(val) {
1028+
if(typeof this.options.watchFullPath != "undefined" && !this.options.watchFullPath){
1029+
return ;
1030+
}
10281031
let value = this.$route.query[this.options_key];
10291032
if (value != this.options_str) {
10301033
let options;

0 commit comments

Comments
 (0)
0