mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 03:46:45 +08:00
讲师管理bug
This commit is contained in:
@@ -168,7 +168,7 @@
|
||||
</div>
|
||||
</a-modal>
|
||||
</div>
|
||||
<MonthlyStatistics v-model:visible="opendrawer" :id="drawerId" ></MonthlyStatistics>
|
||||
<MonthlyStatistics @tableList="tableList" v-model:visible="opendrawer" :id="drawerId" ></MonthlyStatistics>
|
||||
</template>
|
||||
<script lang="jsx">
|
||||
import locale from 'ant-design-vue/es/date-picker/locale/zh_CN';
|
||||
@@ -450,6 +450,9 @@ export default {
|
||||
}
|
||||
}
|
||||
//表格内查看数据操作
|
||||
const tableList = (val) => {
|
||||
searchSubmit()
|
||||
}
|
||||
const handleLook = (record) => {
|
||||
// let id = record.id
|
||||
// const trainOrgId = record.trainOrgId
|
||||
@@ -800,6 +803,7 @@ export default {
|
||||
handleFeeMonthly,
|
||||
TeacherSystem,
|
||||
handleLook,
|
||||
tableList,
|
||||
handleLooka,
|
||||
cancel,
|
||||
cancelTeacherDialog,
|
||||
|
||||
@@ -453,6 +453,7 @@ export default {
|
||||
removeBySummaryId({summaryId:record.id}).then(res=>{
|
||||
if(res.data.code == 200){
|
||||
message.success('撤回成功')
|
||||
emits.emit('tableList',true)
|
||||
searchSubmit()
|
||||
}else{
|
||||
message.error(res.data.msg)
|
||||
|
||||
Reference in New Issue
Block a user