Browse Source

审核条件修改

zhaoxiaohai 2 years ago
parent
commit
830353a6a8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packageA/shipment/index.js

+ 2 - 2
packageA/shipment/index.js

@@ -9,10 +9,10 @@ Page({
 			"pageNumber": 1,
 			"pageTotal": 1,
 			"pageSize": 20,
-			status: "审核",
 			total: 0,
 			"where": {
 				"condition": "",
+				status: "审核",
 			},
 			sort: []
 		},
@@ -86,7 +86,7 @@ Page({
 		}
 		this.setData({
 			active: e.detail.index,
-			"content.status": status
+			"content.where.status": status
 		});
 		this.getList(true);
 	},