|
|
|
@ -3,8 +3,8 @@
|
|
|
|
|
<div v-loading="tableLoading">
|
|
|
|
|
<el-card class="query-container" shadow="never">
|
|
|
|
|
<!-- 表格查询条件 -->
|
|
|
|
|
<vab-query-form>
|
|
|
|
|
<vab-query-form-top-panel :span="24">
|
|
|
|
|
<div>
|
|
|
|
|
<div :span="24">
|
|
|
|
|
<el-form ref="seachForm" :inline="true" class="demo-form-inline">
|
|
|
|
|
<el-form-item label="机构代码">
|
|
|
|
|
<el-input
|
|
|
|
@ -63,8 +63,8 @@
|
|
|
|
|
</el-button>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-form>
|
|
|
|
|
</vab-query-form-top-panel>
|
|
|
|
|
</vab-query-form>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</el-card>
|
|
|
|
|
|
|
|
|
|
<el-card class="el-row-main-container box-card box-card--table">
|
|
|
|
@ -192,14 +192,14 @@
|
|
|
|
|
<EditDialog ref="editDialog" @refresh="getTableList"></EditDialog>
|
|
|
|
|
<RemarkDialog ref="remarkDialog" @refresh="getTableList"></RemarkDialog>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
import EditDialog from "./components/EditDialog";
|
|
|
|
|
import RemarkDialog from "./components/RemarkDialog";
|
|
|
|
|
import TableMixin from "@/mixins/table-mixin";
|
|
|
|
|
// import { pageListOther, delOther, withdrawOther, editByAffiliation } from "@/api/";
|
|
|
|
|
import { pageListInfo, delInfo, getInfo as withdrawOther,getInfo as editByAffiliation } from "@/api/task/info";
|
|
|
|
|
import BranchOtherTask from '@/views/task-distribut/feedback/other-task';
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
@ -212,8 +212,8 @@ export default {
|
|
|
|
|
pageInfo: {
|
|
|
|
|
title: '其他任务',
|
|
|
|
|
exportUrl: '/task/other/export',
|
|
|
|
|
pageListApi: pageListOther,
|
|
|
|
|
deleteApi: delOther,
|
|
|
|
|
pageListApi: pageListInfo,
|
|
|
|
|
deleteApi: delInfo,
|
|
|
|
|
},
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
@ -268,4 +268,4 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
</script>
|
|
|
|
|
</script>
|
|
|
|
|