long před 3 roky
rodič
revize
2bb87cc071

+ 1 - 1
operationSupport/src/components/Tinymce/index.vue

@@ -85,7 +85,7 @@ export default {
     },
     watch: {
         value(val) {
-            console.log('tinymceValue============', val);
+            // console.log('tinymceValue============', val);
             if (!this.hasChange && this.hasInit) {
                 this.$nextTick(() => {
                     window.tinymce.get(this.tinymceId).setContent(val || '');

+ 2 - 2
operationSupport/src/components/common/treeHouse.vue

@@ -237,9 +237,9 @@ export default {
                     this.dataPeopleList = data;
                     this.$emit('dataPeople', data);
                 } else {
-                    this.$message(warning, '获取人员失败,请稍后重试');
+                    this.$message(warning, msg);
                 }
-                console.log('获取人员', data);
+                // console.log('获取人员', data);
             });
         },
         getSelect(data) {

+ 1 - 1
operationSupport/src/views/workbench/index.vue

@@ -349,7 +349,7 @@ export default {
                     this.clearTreeChildrenPeople(data);
                     this.houseDataNamesPeople = this.PeopleNames.toString();
                 } else {
-                    this.$message(warning, '获取人员失败,请稍后重试');
+                    this.$message(warning, msg);
                 }
             });
         },