|
@@ -191,11 +191,11 @@
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script>
|
|
<script>
|
|
-import { listData, getData, delData, addData, updateData } from "@/api/system/dict/data";
|
|
|
|
-import { listType, getType } from "@/api/system/dict/type";
|
|
|
|
|
|
+import { addData, delData, getData, listData, updateData } from "@/api/system/dict/data";
|
|
|
|
+import { getType, listType } from "@/api/system/dict/type";
|
|
|
|
|
|
export default {
|
|
export default {
|
|
- name: "Data",
|
|
|
|
|
|
+ name: "systemDictData",
|
|
dicts: ['sys_normal_disable'],
|
|
dicts: ['sys_normal_disable'],
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|