1
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<template #default="{ visible }">
|
||||
<template v-if="visible">
|
||||
<el-form-item label="招生计划" prop="groupId">
|
||||
<el-select v-model="dataForm.groupId" filterable clearable placeholder="请选择招生计划" @change="chanMajor">
|
||||
<el-select v-model="dataForm.groupId" filterable clearable placeholder="请选择招生计划" >
|
||||
<el-option
|
||||
v-for="item in planList"
|
||||
:key="item.id"
|
||||
@@ -1069,12 +1069,12 @@ const handlePushCity = (id: string) => {
|
||||
|
||||
// 重新推送
|
||||
const handleRePush = (row: any) => {
|
||||
messageBox.confirm('是否确认重新推送本条数据?请谨慎操作').then(() => {
|
||||
return rePushApi({ id: row.id })
|
||||
}).then(() => {
|
||||
message.success('推送成功')
|
||||
getDataList()
|
||||
})
|
||||
// messageBox.confirm('是否确认重新推送本条数据?请谨慎操作').then(() => {
|
||||
// return rePushApi({ id: row.id })
|
||||
// }).then(() => {
|
||||
// message.success('推送成功')
|
||||
// getDataList()
|
||||
// })
|
||||
}
|
||||
|
||||
// 延迟缴费
|
||||
@@ -1221,7 +1221,6 @@ const init = async () => {
|
||||
if (planList.value.length > 0) {
|
||||
dataForm.groupId = planList.value[0].id
|
||||
getDataList()
|
||||
chanMajor()
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user