|
@@ -123,7 +123,6 @@ export default {
|
|
|
})
|
|
|
bugGet(this.$route.query.id).then(res => {
|
|
|
this.form = res.data
|
|
|
- console.log(this.form)
|
|
|
for (const a of this.bizIdEnumList) {
|
|
|
if (this.form.bizId === a.code) {
|
|
|
this.bizId = a.name
|
|
@@ -164,7 +163,6 @@ export default {
|
|
|
if (this.$refs.refeshDevelopmentDialog !== undefined) {
|
|
|
this.$refs.refeshDevelopmentDialog.resetFields()
|
|
|
}
|
|
|
- this.$refs.refeshDevelopmentDialog.resetFields()
|
|
|
} else {
|
|
|
this.errorFun()
|
|
|
}
|