Commit bdaad9b0 authored by 黄奎's avatar 黄奎
parents 266a9e1b 562cf62c
...@@ -113,15 +113,15 @@ ...@@ -113,15 +113,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