|
@@ -158,15 +158,6 @@ export default {
|
|
|
deep: true,
|
|
deep: true,
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
- // 查询条件变化时,重新查询数据
|
|
|
|
|
- whereClauseSource: function () {
|
|
|
|
|
- let _self = this;
|
|
|
|
|
- this.$nextTick(function(){
|
|
|
|
|
- if (_self.$refs.info) {
|
|
|
|
|
- _self.$refs.info.refresh();
|
|
|
|
|
- }
|
|
|
|
|
- });
|
|
|
|
|
- },
|
|
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
methods: {
|
|
methods: {
|
|
@@ -202,12 +193,6 @@ export default {
|
|
|
this.modal=true;
|
|
this.modal=true;
|
|
|
|
|
|
|
|
_self.autoCompleteVisible = false;
|
|
_self.autoCompleteVisible = false;
|
|
|
-
|
|
|
|
|
- this.$nextTick(function () {
|
|
|
|
|
- if (this.$refs.info) {
|
|
|
|
|
- _self.$refs.info.refresh();
|
|
|
|
|
- }
|
|
|
|
|
- });
|
|
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
/**
|
|
/**
|