Browse Source

feat: 解决,设备管理,设备文章,翻页面,回到之前界面数据不刷新

332777428@qq.com 2 months ago
parent
commit
ef6c98a3e3
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/device/article/index.vue

+ 3 - 3
src/views/device/article/index.vue

@@ -1,5 +1,5 @@
 
-<!-- 设备文章 -->
+<!--设备管理 设备文章 -->
 <template>
   <div class="app-container">
     <!-- 搜索 -->
@@ -101,7 +101,7 @@ import { list, remove } from "@/api/device/article";
 import { devMixin, disabledMixin } from "@/mixin/index";
 import { dialogCallBack } from "@/utils/DialogUtil";
 export default {
-  name: "Article",
+  name: "DeviceArticle",
   mixins: [devMixin, disabledMixin],
   data() {
     return {
@@ -212,4 +212,4 @@ export default {
     },
   },
 };
-</script>
+</script>