luobisheng
2022-11-25 dfad5868528f14df5d341611922624962cd1fb2d
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;
            })