Commit 5bc12fe3 authored by WangRui's avatar WangRui

[feature]

parent 1573bda4
......@@ -45,9 +45,9 @@ const infoChangeStore = useInfoChange()
console.log("目前维护的数据", infoChangeStore.data);
const route = useRoute()
const readonly = $ref(false)
const isOpenConfig = $ref(true);
const isNew = $ref(true)
let readonly = $ref(false)
let isOpenConfig = $ref(true);
let isNew = $ref(true)
const getMode = () => {
if (route.query.isReturn === "false") {
......@@ -471,4 +471,4 @@ const goLastPage = () => {
height: calc(100% - var(--van-nav-bar-height));
overflow-y: auto;
}
</style>
\ No newline at end of file
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment