Commit 5bc12fe3 authored by WangRui's avatar WangRui

[feature]

parent 1573bda4
...@@ -45,9 +45,9 @@ const infoChangeStore = useInfoChange() ...@@ -45,9 +45,9 @@ const infoChangeStore = useInfoChange()
console.log("目前维护的数据", infoChangeStore.data); console.log("目前维护的数据", infoChangeStore.data);
const route = useRoute() const route = useRoute()
const readonly = $ref(false) let readonly = $ref(false)
const isOpenConfig = $ref(true); let isOpenConfig = $ref(true);
const isNew = $ref(true) let isNew = $ref(true)
const getMode = () => { const getMode = () => {
if (route.query.isReturn === "false") { 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