lyh
3 天以前 2f5227a8f37b5c9be090a20253555411cfa9548c
src/views/eam/base/EamMaintenanceStandardList.vue
@@ -129,8 +129,7 @@
          </a-popconfirm>
          </template>
          <template
            v-if="record.standardStatus !== 'WAIT_SUBMIT'&&record.standardStatus!=='ABOLISH'&&record.standardStatus!=='START'">
          <template>
            <a-divider type="vertical"/>
            <a @click.stop="handleDetail(record)">详情</a>
@@ -309,7 +308,6 @@
        dataIndex: 'action',
        align: 'center',
        scopedSlots: { customRender: 'action' },
        width: 200,
        fixed: 'right'
      }
      this.columns = [...this.columns, operationColumn]
@@ -404,9 +402,10 @@
       */
      handleAddUpgrade(id){
        this.$refs.fileImportModule.upload(id);
        this.$refs.fileImportModule.title="导入"
        this.$refs.fileImportModule.title="升版导入"
      },
      getTreeDataByApi(){
        this.loadData();
      },