浏览代码

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

haojianlong 4 年之前
父节点
当前提交
f8ca96e9de
共有 1 个文件被更改,包括 1 次插入1 次删除
  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) {