mo-bai 4 years ago
parent
commit
47e9a2a947
1 changed files with 1 additions and 1 deletions
  1. 2
      pages/production-operation/index.vue

2
pages/production-operation/index.vue

@ -136,7 +136,7 @@ export default {
})
},
selectImg() {
uploadImage(['album', 'camera'], 5 - this.form.imgItemList)
uploadImage(['album', 'camera'], 5 - this.form.imgItemList.length)
.then((urls) => {
if (urls) {
urls.forEach((url) => {

Loading…
Cancel
Save