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") {
......
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