Browse Source

打印接口数据

xiaohaizhao 1 year ago
parent
commit
3f51c64cc9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packageA/toolBill/modules/selectProduct/index.js

+ 1 - 1
packageA/toolBill/modules/selectProduct/index.js

@@ -36,7 +36,7 @@ Page({
 		if (params.content.pageNumber > params.content.pageTotal) return;
 
 		_Http.basic(params).then(res => {
-			console.log("选择产品列表", res.data)
+			console.log("选择产品列表", res)
 			this.selectComponent('#ListBox').RefreshToComplete();
 			if (res.msg != '成功') return wx.showToast({
 				title: res.msg,