浏览代码

Merge branch 'develop' of http://39.106.8.246:3003/web/wanda-editer into develop

YaolongHan 4 年之前
父节点
当前提交
b51f792d18
共有 2 个文件被更改,包括 1 次插入2 次删除
  1. 1 1
      src/components/edit/attr_select.vue
  2. 0 1
      src/components/mapClass/EditScence.ts

+ 1 - 1
src/components/edit/attr_select.vue

@@ -72,6 +72,7 @@
           <a-upload-dragger
             name="file"
             :customRequest="customRequest"
+            :showUploadList="false"
             action="https://jsonplaceholder.typicode.com/posts/"
             @change="changeImage"
           >
@@ -294,7 +295,6 @@ export default {
       uploadImg({ postParams }).then(res => {
         if (res.Result == 'success') {
           bus.$emit('upadataImageUrl',res.EntityList[0])
-          // this.$set(this.ruleForm, 'Url', res.EntityList[0])
           this.$message.success(`${info.file.name} file uploaded successfully.`);
         }else{
           this.$message.error(`${info.file.name} file upload failed.`);

+ 0 - 1
src/components/mapClass/EditScence.ts

@@ -394,7 +394,6 @@ export class EditScence extends SGraphScene {
     upadataImageUrl(url: string): void {
         if (this.focusItem) {
             this.focusItem.url = '/serve/topology-wanda/Picture/query/' + url;
-            alert(url)
         }
     }
     /**