Commit 47016b98 by zhangmeng

修改appid绑定的value

parent ab36540b
...@@ -1071,9 +1071,9 @@ export default { ...@@ -1071,9 +1071,9 @@ export default {
resData.result.forEach(v => { resData.result.forEach(v => {
if (v.appStatus === 1) { if (v.appStatus === 1) {
list.push({ list.push({
id:v.appId, id:v.appletAppId,
label:v.appName, label:v.appName,
value:v.appletAppId value:v.appId
}) })
} }
}) })
......
...@@ -1037,9 +1037,9 @@ export default { ...@@ -1037,9 +1037,9 @@ export default {
resData.result.forEach(v => { resData.result.forEach(v => {
if (v.appStatus === 1) { if (v.appStatus === 1) {
list.push({ list.push({
id:v.appId, id:v.appletAppId,
label:v.appName, label:v.appName,
value:v.appletAppId value:v.appId
}) })
} }
}) })
......
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