新增换届
This commit is contained in:
@@ -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 {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user