@@ -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>