新增换届

This commit is contained in:
shijingjing
2022-10-18 16:55:17 +08:00
parent 9bb702549e
commit 5d95afe99d

View File

@@ -1,7 +1,7 @@
<template> <template>
<section class="addChange"> <section class="addChange">
<ai-detail> <ai-detail>
<ai-title slot="title" title="新增换届" isShowBottomBorder isShowBack @onBackClick="cancel(false)" /> <ai-title slot="title" title="新增换届" isShowBottomBorder isShowBack @onBackClick="cancel(false)" />
<template #content> <template #content>
<ai-card title="基本信息"> <ai-card title="基本信息">
<template #content> <template #content>
@@ -115,19 +115,6 @@ export default {
serveList: [{required: true,validator: validServe, trigger: "blur"}], serveList: [{required: true,validator: validServe, trigger: "blur"}],
candidateList: [{required: true,validator: validCandidate, trigger: "blur"}], candidateList: [{required: true,validator: validCandidate, trigger: "blur"}],
}, },
tableDataJob: [],
tableDataPerson: [],
totalJob: '',
job: {
total: 0,
current: 1,
size: 10,
},
person: {
total: 0,
current: 1,
size: 10,
}
} }
}, },
methods: { methods: {
@@ -158,7 +145,6 @@ export default {
}) })
} }
}) })
}, },
} }
} }