zmc
2023-08-07 1e18f0bcee0358e13c0e2cb750d17cd7ef5bf4d6
src/sfc/ShopNameAndID.vue
@@ -2,7 +2,7 @@
    将选择的设备编号返回给父组件
 -->
<script>
import axiosInstance from '../utils/request.js'
import axiosInstanceInstance from '../utils/request.js'
export default {
  // 默认选择一个
  // props:{
@@ -36,7 +36,7 @@
  methods: {
    getDeviceInfo() {
      // 级联下拉框数据 从接口中动态获取
        axiosInstance.get('/fume/device').then((result) => {
        axiosInstanceInstance.get('/fume/device').then((result) => {
          this.deviceInfo = result.data.data;
          this.deviceInfo.forEach((item) => {
            this.optionsShop[this.optionsShop.length] = {