gaoluyang
2025-03-07 b19fe76e0ef3c9bf95d677822b8f4eab44f1ef7a
src/views/CNAS/process/demand/index.vue
@@ -25,7 +25,7 @@
      </el-form>
    </div>
    <div style="text-align: right; margin-bottom: 20px">
      <el-button size="medium" type="primary" @click="goAdd">新增</el-button>
      <el-button size="small" type="primary" @click="goAdd">新增</el-button>
    </div>
    <div class="table">
      <el-table v-loading="tableListLoading" :data="tableList" height="530" style="width: 100%">
@@ -477,7 +477,6 @@
    };
  },
  mounted() {
    // this.getPower()
    this.getAuthorizedPerson()
    this.refreshTable()
  },