|
|
@ -598,7 +598,7 @@ function optionsValue3Get3(data: any,fieldName: string){ |
|
|
</script> |
|
|
</script> |
|
|
<template> |
|
|
<template> |
|
|
<el-drawer v-model="drawerOpenOrClose" v-loading="loadingData" :title="versiontitle" :close-on-click-modal="false" :close-on-press-escape="false" :destroy-on-close="true" :size="drawbox" class="drawerClass" > |
|
|
<el-drawer v-model="drawerOpenOrClose" v-loading="loadingData" :title="versiontitle" :close-on-click-modal="false" :close-on-press-escape="false" :destroy-on-close="true" :size="drawbox" class="drawerClass" > |
|
|
<AppFormPage |
|
|
<!-- <AppFormPage |
|
|
|
|
|
|
|
|
ref="formEl" |
|
|
ref="formEl" |
|
|
:number="props.pickAppMenu.id" |
|
|
:number="props.pickAppMenu.id" |
|
|
@ -613,8 +613,8 @@ function optionsValue3Get3(data: any,fieldName: string){ |
|
|
:after-submit="afterSubmit" |
|
|
:after-submit="afterSubmit" |
|
|
add-url="addData" |
|
|
add-url="addData" |
|
|
@optionsValue3Get3="optionsValue3Get3" |
|
|
@optionsValue3Get3="optionsValue3Get3" |
|
|
/> |
|
|
/> --> |
|
|
<!-- <ak-form |
|
|
<ak-form |
|
|
|
|
|
|
|
|
ref="formEl" |
|
|
ref="formEl" |
|
|
:number="props.pickAppMenu.id" |
|
|
:number="props.pickAppMenu.id" |
|
|
@ -629,7 +629,7 @@ function optionsValue3Get3(data: any,fieldName: string){ |
|
|
:after-submit="afterSubmit" |
|
|
:after-submit="afterSubmit" |
|
|
add-url="addData" |
|
|
add-url="addData" |
|
|
@optionsValue3Get3="optionsValue3Get3" |
|
|
@optionsValue3Get3="optionsValue3Get3" |
|
|
/> --> |
|
|
/> |
|
|
</el-drawer> |
|
|
</el-drawer> |
|
|
|
|
|
|
|
|
</template> |
|
|
</template> |
|
|
|