this.axios.post(this.API.StockIn.findStockInList, {//发送请求 跳转页面
          fid: this.fid,
          page: '1',
          pageSize: '10',
          sortType: 'auto'
        }).then((response) => {
          console.log("返回的值"+response.data)
        }).catch((response) => {
          console.log("错误"+response)
        })
Logo

前往低代码交流专区

更多推荐