“linengliang”
2024-01-11 61e0fc45d9e03c7c405342b0f87894f76536f269
src/views/eam/modules/repairorder/moudles/select/FaultReportRepair.vue
@@ -96,16 +96,6 @@
import { JeecgListMixin } from '@/mixins/JeecgListMixin'
import JEllipsis from '@/components/jeecg/JEllipsis'//引入过长裁剪
import store from '@/store'
import {
  ACCESS_TOKEN,
  USER_NAME,
  USER_INFO,
  USER_AUTH,
  SYS_BUTTON_AUTH,
  UI_CACHE_DB_DICT_DATA,
  TENANT_ID,
  CACHE_INCLUDED_ROUTES
} from '@/store/mutation-types'
export default {
  name: "FaultReportRepair",
@@ -168,7 +158,7 @@
          dataIndex: 'num'
        },
        {
          title: '设备编码',
          title: '统一编码',
          align: "center",
          dataIndex: 'equipmentNum'
        },
@@ -237,7 +227,6 @@
    }
  },
  methods: {
    loadData(arg) {
@@ -295,11 +284,13 @@
    close() {
      this.queryParam = {};
      this.$emit('close');
      this.dataSource=[];
      this.visible = false;
    },
    handleOk() {
      const that = this;
      // 触发表单验证
      this.confirmLoading=true;
      if (that.selectedRowKeys.length === 0) {
        that.$message.error("请选择故障报修单后提交!")
        return false;