zhanghua
2022-11-29 68e1c2eaace11fcf83e7470887890e0fbb751e95
卡口导出bug修改
1个文件已修改
4 ■■■■ 已修改文件
src/views/systemSetting/device/bayonet/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/systemSetting/device/bayonet/index.vue
@@ -85,7 +85,7 @@
  data() {
    return {
      isShowDialog: false,
      context: 0,
      context: "",
      options: [
        {
          value: 0,
@@ -150,7 +150,7 @@
    getBayonetListData() {
      bayonet
        .getBayonetList({
          bayonetName: "",
          bayonetName: this.context,
          current: this.current,
          size: this.size,
        })