Commit 0d5ea02d authored by zhengke's avatar zhengke

修改

parent 8d49de2a
...@@ -111,15 +111,15 @@ ...@@ -111,15 +111,15 @@
//审核状态列表 //审核状态列表
ApproveStateList: [{ ApproveStateList: [{
label: "不限", label: "不限",
value: "0" value: 0
}, },
{ {
label: "通过", label: "通过",
value: "1" value: 1
}, },
{ {
label: "拒绝", label: "拒绝",
value: "2" value: 2
} }
], ],
dataList: [], dataList: [],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment