src/views/systemSetting/device/bayonet/index.vue
@@ -49,7 +49,7 @@ data() { return { isShowDialog: false, context: 0, context: null, options: [ { value: 0, @@ -117,7 +117,7 @@ }, methods: { getBayonetListData() { bayonet.getBayonetList({ bayonetName: '', current: this.current, size: this.size }) bayonet.getBayonetList({ bayonetName: this.context, current: this.current, size: this.size }) .then(({ records }) => { this.list = records; })