From c11d30a4f455734fc3dc1f569babcb5d3fdff46f Mon Sep 17 00:00:00 2001 From: hjm <63528605@qq.com> Date: Mon, 9 Sep 2019 19:15:23 +0800 Subject: [PATCH] sendgetfilepath --- .../src/modules/tpm/component/modal/RepositoryChooseModal.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/react/src/modules/tpm/component/modal/RepositoryChooseModal.js b/public/react/src/modules/tpm/component/modal/RepositoryChooseModal.js index 0f1043ef9..e37cc3cf0 100644 --- a/public/react/src/modules/tpm/component/modal/RepositoryChooseModal.js +++ b/public/react/src/modules/tpm/component/modal/RepositoryChooseModal.js @@ -87,6 +87,9 @@ function RepositoryChooseModal(props) { const goblakepath=(path,key)=>{ } + } + function sendgetfilepath() { + } return ( { return( - goblakepath(item.path,key,item)}>{item.val} + // goblakepath(item.path,key,item)}>{item.val} ) }) }