|
@@ -1998,8 +1998,9 @@ export default {
|
|
|
this.checkLock(data).then(res => {
|
|
|
if (res.data.code == 200) {
|
|
|
this.onLock(data).then(response => {
|
|
|
+ this.queryData(this.form.id)
|
|
|
+ this.detailData.seeDisabled = false;
|
|
|
})
|
|
|
- this.detailData.seeDisabled = false;
|
|
|
}
|
|
|
}).catch(error => {
|
|
|
}).finally(() => {
|