|
|
@ -21,7 +21,7 @@
|
|
|
|
<el-form-item>
|
|
|
|
<el-form-item>
|
|
|
|
<el-button type="primary" icon="el-icon-search" size="mini" @click="handleQuery">搜索</el-button>
|
|
|
|
<el-button type="primary" icon="el-icon-search" size="mini" @click="handleQuery">搜索</el-button>
|
|
|
|
<el-button icon="el-icon-refresh" size="mini" @click="resetQuery">重置</el-button>
|
|
|
|
<el-button icon="el-icon-refresh" size="mini" @click="resetQuery">重置</el-button>
|
|
|
|
<el-button type="primary" @click="handleAddOaProject">发起项目申请</el-button>
|
|
|
|
<!-- <el-button type="primary" @click="handleAddOaProject">发起项目申请</el-button>-->
|
|
|
|
|
|
|
|
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form>
|
|
|
|
</el-form>
|
|
|
@ -152,7 +152,7 @@
|
|
|
|
@pagination="listDefinition"
|
|
|
|
@pagination="listDefinition"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</el-dialog>
|
|
|
|
</el-dialog>
|
|
|
|
<oa-project-flow ref="oaProjectFlow"></oa-project-flow>
|
|
|
|
<oa-project-flow refre ref="oaProjectFlow" @refreshDataList="getList"></oa-project-flow>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
|