ludc
2023-05-14 b46cf401da847d7cca6269c6b2ffb04f6f72691a
Source/UBCS-WEB/src/views/modeling/original.vue
@@ -94,7 +94,7 @@
  update, getPage
} from "@/api/omd/OmdAttribute";
import { getDictionary } from "@/api/omd/dict";
import { getDictionary } from "@/api/omd/enum";
export default {
  name: "original",
@@ -147,7 +147,6 @@
        index: true,
        rowKey: 'id',
        tabs: true,
        highlightCurrentRow:true,
        column: [
          {
            label: '属性编号',
@@ -541,9 +540,6 @@
        this.loading = false;
        this.data = res.data.data.records
        this.itemData = this.data[0];
        this.$nextTick(() => {
          this.$refs.crud.setCurrentRow(this.data[0]);
        })
      })
    },
    rowClick(row) {