refactor: 优化非 CRUD 代码可读性
This commit is contained in:
@@ -12,5 +12,3 @@ import { useRoute } from "vue-router";
|
||||
// 获取query参数
|
||||
const query = useRoute().query.type as string;
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped></style>
|
||||
|
||||
@@ -623,5 +623,3 @@ const curd = {
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
|
||||
@@ -1010,5 +1010,3 @@ onMounted(() => {
|
||||
fetchPlanOptions();
|
||||
});
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss"></style>
|
||||
|
||||
@@ -495,5 +495,3 @@ onMounted(() => {
|
||||
fetchData();
|
||||
});
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss"></style>
|
||||
|
||||
@@ -528,5 +528,3 @@ onMounted(() => {
|
||||
handleQuery();
|
||||
});
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss"></style>
|
||||
|
||||
Reference in New Issue
Block a user