mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-06 17:36:44 +08:00
面授管理清空状态查询时删除status参数
This commit is contained in:
@@ -62,6 +62,7 @@
|
||||
placeholder="请选择"
|
||||
:options="finishOptions"
|
||||
allowClear
|
||||
@change="changeStatus"
|
||||
></a-select>
|
||||
</div>
|
||||
</div>
|
||||
@@ -196,6 +197,11 @@ const props = defineProps({
|
||||
},
|
||||
},
|
||||
});
|
||||
const changeStatus = (e) => {
|
||||
if(e === undefined){
|
||||
delete params.value.status;
|
||||
}
|
||||
}
|
||||
const params = ref({ pid: 0, type: 3 });
|
||||
const courseSelectRows = ref([]);
|
||||
const planParams = computed(() => ({
|
||||
|
||||
Reference in New Issue
Block a user