feat(process) start oaProject

approve-sys
bob 2 years ago
parent d095d76460
commit 017bb8f0c4

@ -21,7 +21,7 @@
<el-form-item>
<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 type="primary" @click="handleAddOaProject"></el-button>
<!-- <el-button type="primary" @click="handleAddOaProject"></el-button>-->
</el-form-item>
</el-form>
@ -152,7 +152,7 @@
@pagination="listDefinition"
/>
</el-dialog>
<oa-project-flow ref="oaProjectFlow"></oa-project-flow>
<oa-project-flow refre ref="oaProjectFlow" @refreshDataList="getList"></oa-project-flow>
</div>
</template>

Loading…
Cancel
Save