1
wankeda
2026-02-04 06bc8ee02717f3ee80483d15a52c753cb6df9432
WCS/WIDESEAWCS_Client/src/extension/quartzJob/deviceInfo.js
@@ -50,7 +50,7 @@
    },
    rowClick({ row, column, event }) {
      //查询界面点击行事件
      this.$refs.table.$refs.table.toggleRowSelection(row); //单击行时选中当前行;
      // this.$refs.table.$refs.table.toggleRowSelection(row); //单击行时选中当前行;
    },
    modelOpenAfter(row) {
      //点击编辑、新建按钮弹出框后,可以在此处写逻辑,如,从后台获取数据