wl
2022-11-23 92471bcc4a5537b995dd1375a22944966eca5c3f
卡口管理
1个文件已修改
4 ■■■■ 已修改文件
src/views/systemSetting/device/bayonet/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/systemSetting/device/bayonet/index.vue
@@ -118,8 +118,8 @@
    methods: {
      getBayonetListData() {
        bayonet.getBayonetList({ bayonetName: '', current: this.current, size: this.size })
            .then(data => {
              this.list = data;
            .then(({ records }) => {
              this.list = records;
            })
            .catch(err => {
              this.$message({ type: 'error', message: err });