瀏覽代碼

审核条件修改

zhaoxiaohai 2 年之前
父節點
當前提交
830353a6a8
共有 1 個文件被更改,包括 2 次插入2 次删除
  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);
 	},