|
@@ -260,6 +260,17 @@ export default {
|
|
|
return this.loading || this.noMore;
|
|
|
},
|
|
|
},
|
|
|
+ watch: {
|
|
|
+ keyWords() {
|
|
|
+ if (this.keyWords.length == 0) {
|
|
|
+ this.getUserList({
|
|
|
+ QueryName: this.keyWords,
|
|
|
+ PageSize: this.PageSize,
|
|
|
+ PageIndex: this.pageNum,
|
|
|
+ });
|
|
|
+ }
|
|
|
+ },
|
|
|
+ },
|
|
|
methods: {
|
|
|
isValidIP: function (ip) {
|
|
|
let reg =
|