Browse Source

空间上传图片报错问题修改

haojianlong 4 years ago
parent
commit
f8ca96e9de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/business_space/business/handsontable.vue

+ 1 - 1
src/components/business_space/business/handsontable.vue

@@ -824,7 +824,7 @@ export default {
     },
     //上传图片弹窗触发事件
     imgChange(keys) {
-      this.setDataToMain(keys, 'Pic', this.row);
+      this.setDataToMain(keys, 'pic', this.row);
     },
     //判断是否有值,有值赋值
     setDataToMain(data, key, row) {