|
|
@@ -86,7 +86,6 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
created() {
|
|
|
- console.log(this.editFromType)
|
|
|
this.geFormData()
|
|
|
},
|
|
|
destroyed() {
|
|
|
@@ -96,7 +95,6 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
handleActionEvent({ key }) {
|
|
|
- console.log(key)
|
|
|
switch (key) {
|
|
|
case 'confirm':
|
|
|
this.handleConfirm(key)
|
|
|
@@ -159,7 +157,6 @@ export default {
|
|
|
geFormData(){
|
|
|
this.formDefData = JSON.parse(JSON.stringify(this.formDef))
|
|
|
this.formData = JSON.parse(JSON.stringify(this.data))
|
|
|
- console.log(this.formDefData)
|
|
|
},
|
|
|
loadFormData() {
|
|
|
this.$nextTick(()=>{
|