Commit c197b7bd by zhangmengjie

23.4.12

parent 4056b037
...@@ -245,8 +245,8 @@ export default { ...@@ -245,8 +245,8 @@ export default {
let self = this let self = this
switch (val) { switch (val) {
case '1': case '1':
if (sta.fileVos && sta.fileVos.length) { if (sta.pictureList && sta.pictureList.length) {
self.id = sta.fileVos[0].url self.id = sta.pictureList[0].url
self.dialogVisible = true self.dialogVisible = true
} else { } else {
this.$message({ this.$message({
......
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