luobisheng
2022-11-25 528c4590c60e18fc480b191cd284013ee8310723
src/views/systemSetting/device/bayonet/index.vue
@@ -135,6 +135,7 @@
      closeDialog() {
        this.isShowDialog = false;
        this.getBayonetListData();
      },
      handleExport() {
@@ -150,7 +151,7 @@
      showDialog(isEdit, data) {
        this.isShowDialog = true;
        this.isEdit = isEdit;
        this.originalBayonet = data;
        this.originalBayonet = data.info.row;
      }
    }
}