瀏覽代碼

Merge branch '王立生' of sckj/mz-cloud into master

sckj 1 年之前
父節點
當前提交
47a0d13ee7
共有 2 個文件被更改,包括 8 次插入6 次删除
  1. 6 4
      ruoyi-web/src/components/Org_tree/index.js
  2. 2 2
      ruoyi-web/src/components/Org_tree/index.vue

+ 6 - 4
ruoyi-web/src/components/Org_tree/index.js

@@ -23,11 +23,13 @@ Org_tree.install = function (app) {
     if (typeof cancel !== 'undefined') {
       instance.component.props.cancel = cancel
     }
-    console.log(instance,"wwwwwwwwwwwwww嗯嗯");
-   // instance.component.setupState.getList("DDDDD");
+  //  console.log(instance,"wwwwwwwwwwwwww嗯嗯");
+   // instance.component.exposed.getList("DDDDD");
+    instance.component.exposed.getList("DDDDD");
+
   //  instance.component.props.wls("999");
-    instance.component.props.isShow=false;
-    instance.component.props.isShow=true;
+  //  instance.component.props.isShow=false;
+   // instance.component.props.isShow=true;
   }
 }
 

+ 2 - 2
ruoyi-web/src/components/Org_tree/index.vue

@@ -49,8 +49,8 @@ const props = defineProps({
   value: [Number, String, Array],
 })
 function getList() {
-   //loading.value = true;
-   //alert(99);
+   loading.value = true;
+  // alert(9988);
 }
 function  aaclose() {
   loading.value = false;