Explorar el Código

审核条件修改

zhaoxiaohai hace 2 años
padre
commit
830353a6a8
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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);
 	},