1
2
3
4
5
6
7
8
9
10
11
12
13
| <!--
| * @Description:
| * @version:
| * @Author: chen jing wu
| * @Date: 2023-09-09 13:27:59
| * @LastEditors: chen jing wu
| * @LastEditTime: 2023-10-18 17:02:07
| -->
| <template>
| <div if:true={flag}>
| <c-t-enquiry-no-bidding oncloseaction={handleChildEvent} -param-o-id-str={recordId}></c-t-enquiry-no-bidding>
| </div>
| </template>
|
|