|
@@ -1236,8 +1236,10 @@ export default {
|
|
} else {
|
|
} else {
|
|
copySbInfo(values)
|
|
copySbInfo(values)
|
|
.then(() => {
|
|
.then(() => {
|
|
|
|
+ this.type = null
|
|
this.handleCancel(values)
|
|
this.handleCancel(values)
|
|
}).catch(() => {
|
|
}).catch(() => {
|
|
|
|
+ this.type = null
|
|
this.confirmLoading = false
|
|
this.confirmLoading = false
|
|
})
|
|
})
|
|
}
|
|
}
|
|
@@ -1248,6 +1250,7 @@ export default {
|
|
console.log(111, 22)
|
|
console.log(111, 22)
|
|
},
|
|
},
|
|
handleCancel () {
|
|
handleCancel () {
|
|
|
|
+ this.type = null
|
|
this.visible = false
|
|
this.visible = false
|
|
this.confirmLoading = false
|
|
this.confirmLoading = false
|
|
this.form.resetFields()
|
|
this.form.resetFields()
|