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>
|
</div>
|
||||||
</a-modal>
|
</a-modal>
|
||||||
</div>
|
</div>
|
||||||
<MonthlyStatistics v-model:visible="opendrawer" :id="drawerId" ></MonthlyStatistics>
|
<MonthlyStatistics @tableList="tableList" v-model:visible="opendrawer" :id="drawerId" ></MonthlyStatistics>
|
||||||
</template>
|
</template>
|
||||||
<script lang="jsx">
|
<script lang="jsx">
|
||||||
import locale from 'ant-design-vue/es/date-picker/locale/zh_CN';
|
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) => {
|
const handleLook = (record) => {
|
||||||
// let id = record.id
|
// let id = record.id
|
||||||
// const trainOrgId = record.trainOrgId
|
// const trainOrgId = record.trainOrgId
|
||||||
@@ -800,6 +803,7 @@ export default {
|
|||||||
handleFeeMonthly,
|
handleFeeMonthly,
|
||||||
TeacherSystem,
|
TeacherSystem,
|
||||||
handleLook,
|
handleLook,
|
||||||
|
tableList,
|
||||||
handleLooka,
|
handleLooka,
|
||||||
cancel,
|
cancel,
|
||||||
cancelTeacherDialog,
|
cancelTeacherDialog,
|
||||||
|
|||||||
@@ -453,6 +453,7 @@ export default {
|
|||||||
removeBySummaryId({summaryId:record.id}).then(res=>{
|
removeBySummaryId({summaryId:record.id}).then(res=>{
|
||||||
if(res.data.code == 200){
|
if(res.data.code == 200){
|
||||||
message.success('撤回成功')
|
message.success('撤回成功')
|
||||||
|
emits.emit('tableList',true)
|
||||||
searchSubmit()
|
searchSubmit()
|
||||||
}else{
|
}else{
|
||||||
message.error(res.data.msg)
|
message.error(res.data.msg)
|
||||||
|
|||||||
Reference in New Issue
Block a user