Commit c197b7bd by zhangmengjie

23.4.12

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