創建 -編輯企業
This commit is contained in:
parent
1110775c84
commit
767406b14c
@ -13,7 +13,7 @@
|
|||||||
<!--編輯企業-彈跳視窗---->
|
<!--編輯企業-彈跳視窗---->
|
||||||
<div>
|
<div>
|
||||||
<dialog ref="edit_Company_view" class="dialog-box">
|
<dialog ref="edit_Company_view" class="dialog-box">
|
||||||
<div><button class="btn btn-danger" style="float:right" @click="close_edit_show">關閉</button>
|
<div><button class="btn btn-danger" style="float:right" @click="close_edit_Company_view">關閉</button>
|
||||||
<h2>編輯企業</h2>
|
<h2>編輯企業</h2>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@ -75,7 +75,10 @@ async function edit_show() {
|
|||||||
edit_Company_view.value?.showModal();
|
edit_Company_view.value?.showModal();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//關閉 <新增企業-彈跳視窗>
|
||||||
|
function close_edit_Company_view() {
|
||||||
|
edit_Company_view.value?.close();
|
||||||
|
}
|
||||||
|
|
||||||
const company_name=ref("");
|
const company_name=ref("");
|
||||||
//獲取資料
|
//獲取資料
|
||||||
|
Loading…
x
Reference in New Issue
Block a user