Browse Source

冗余代码

feature/yujt_analysis_pc
zhangyuan 6 years ago
parent
commit
0cbfcf82a7
  1. 6
      src/views/modules/property/propertyproject.vue

6
src/views/modules/property/propertyproject.vue

@ -87,8 +87,7 @@ export default {
gridId: '', gridId: '',
projectName: '' projectName: ''
}, },
options: [], options: []
deleteId: ''
} }
}, },
components: { components: {
@ -120,8 +119,7 @@ export default {
cancelButtonText: this.$t('cancel'), cancelButtonText: this.$t('cancel'),
type: 'warning' type: 'warning'
}).then(() => { }).then(() => {
this.deleteId = id this.deleteHandle(id)
this.deleteHandle(this.deleteId)
}) })
} }
} }

Loading…
Cancel
Save