浏览代码

云小微

DESKTOP-O04BTUJ\muzen 3 年之前
父节点
当前提交
4b13a72a1c
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/device/yxw/index.vue

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

@@ -66,9 +66,9 @@
 
 <script>
 import { getYxwPage, getYxwAdd } from "@/api/device/yxw";
-import typeOptions from '../mixin/typeOptions'
+import { typeMixin } from '../mixin/index'
 export default {
-  mixins: [typeOptions],
+  mixins: [typeMixin],
   data() {
     return {
       // 遮罩层
@@ -181,7 +181,7 @@ export default {
         this.form1,
         `云小微设备数据.xlsx`
       );
-    },
+    }
   },
 };
 </script>