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

Loading…
Cancel
Save