|
|
|
@ -68,6 +68,7 @@
|
|
|
|
|
</div> |
|
|
|
|
</basic-container> |
|
|
|
|
|
|
|
|
|
<!-- 新增 && 编辑 --> |
|
|
|
|
<el-dialog |
|
|
|
|
v-model="details.popUpShow.addVisible" |
|
|
|
|
width="780px" |
|
|
|
@ -378,8 +379,8 @@ const beforeClose = done => {
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
/** 开启弹窗 */ |
|
|
|
|
const handleShowPop = async (type, row = {}) => { |
|
|
|
|
const _form = {}; |
|
|
|
|
const handleShowPop = async (type, row: any = {}) => { |
|
|
|
|
const _form: any = {}; |
|
|
|
|
|
|
|
|
|
for (let i = 0; i < details.formOptions.length; i++) { |
|
|
|
|
const value = details.formOptions[i]; |
|
|
|
|