worsoft-frontend-codegen-local-mcp 0.1.40 → 0.1.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
|
|
31
31
|
<script setup lang="ts" name="{{CLASS_NAME}}Form">
|
|
32
32
|
import mittBus from '/@/utils/mitt';
|
|
33
|
+
import { Local } from '/@/utils/storage';
|
|
33
34
|
import { useMessage } from '/@/hooks/message';
|
|
34
35
|
import { getObj, addObj, putObj } from '/@/api/{{API_MODULE_PATH}}';
|
|
35
36
|
import { useDict } from '/@/hooks/dict';
|
|
@@ -162,5 +163,5 @@ onMounted(() => {
|
|
|
162
163
|
initPage();
|
|
163
164
|
});
|
|
164
165
|
</script>
|
|
165
|
-
|
|
166
|
-
|
|
166
|
+
|
|
167
|
+
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
|
|
17
17
|
<script setup lang="ts" name="{{CLASS_NAME}}Dialog">
|
|
18
18
|
import { useMessage } from '/@/hooks/message';
|
|
19
|
+
import { Local } from '/@/utils/storage';
|
|
19
20
|
import { getObj, addObj, putObj } from '/@/api/{{API_MODULE_PATH}}';
|
|
20
21
|
import { useDict } from '/@/hooks/dict';
|
|
21
22
|
import { useCrudPageMeta } from '/@/hooks/useCrudPageMeta';
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
|
|
28
28
|
<script setup lang="ts" name="{{CLASS_NAME}}Form">
|
|
29
29
|
import mittBus from '/@/utils/mitt';
|
|
30
|
+
import { Local } from '/@/utils/storage';
|
|
30
31
|
import { useMessage } from '/@/hooks/message';
|
|
31
32
|
import { getObj, addObj, putObj } from '/@/api/{{API_MODULE_PATH}}';
|
|
32
33
|
import { useDict } from '/@/hooks/dict';
|