litian
2024-09-19 cb2fcaef30cc26ed6273eff93f918ea702fa5957
packageBookService/pages/bookServices/detail/components/teachResource/index.js
@@ -16,6 +16,9 @@
      type: String,
      value: "",
    },
    treeList: {
      type: Array,
    }
  },
  data: {
    showRejectDialog: false,
@@ -56,5 +59,8 @@
        showRejectDialog: false,
      });
    },
    uploadBtn() {
      this.triggerEvent("uploadFile", true);
    },
  },
});