#
whycq
2022-08-08 7d38000363e34cbd515c42ec53ebf158301ed92f
#
1个文件已修改
9 ■■■■■ 已修改文件
pages/basics/putOnSale.vue 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/basics/putOnSale.vue
@@ -138,15 +138,18 @@
            // 上架
            comb() {
                let that = this
                var combList = []
                var combList = {}
                var matList = []
                combList['locno'] = that.locno
                combList['combMats'] = that.matList
                matList['matnr'] = that.matList.
                console.log(combList)
                return;
                // console.log(JSON.stringify(combList))
                // return;
                uni.request({
                    url: that.baseHttp + that.baseIP + ':' +that.basePORT + that.baseUrl + '/mat/auth',
                    data: {
                        combParam:that.matList
                        combParam:JSON.stringify(combList)
                    },
                    header: { 'token':uni.getStorageSync('token') },
                    success(result) {