新增换届
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<section class="addChange">
|
||||
<ai-detail>
|
||||
<ai-title slot="title" title="新增换届" isShowBottomBorder isShowBack @onBackClick="cancel(false)" />
|
||||
<ai-title slot="title" title="新增换届" isShowBottomBorder isShowBack @onBackClick="cancel(false)" />
|
||||
<template #content>
|
||||
<ai-card title="基本信息">
|
||||
<template #content>
|
||||
@@ -115,19 +115,6 @@ export default {
|
||||
serveList: [{required: true,validator: validServe, 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: {
|
||||
@@ -158,7 +145,6 @@ export default {
|
||||
})
|
||||
}
|
||||
})
|
||||
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user