Commit 9306ac35 by 乔延琦

Merge branch 'develop-zhouyi' into 'develop'

Develop zhouyi

See merge request GFP/RBC/rbc-frontend!22
parents 5137c026 ae033b32
...@@ -167,6 +167,7 @@ export default { ...@@ -167,6 +167,7 @@ export default {
}).then((res) => { }).then((res) => {
res = res || [] res = res || []
let count = 0 let count = 0
this.data = res[0]
for (let o of res) { for (let o of res) {
if (o.procState == 1) { if (o.procState == 1) {
this.data = o this.data = o
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "nvwa", "name": "nvwa",
"index": { "index": {
"name": "@gms/gms-entry", "name": "@gms/gms-entry",
"version": "latest" "version": "0.2.90-rbc"
}, },
"login": { "login": {
"name": "@rbc/rbc-login", "name": "@rbc/rbc-login",
......
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