Browse Source

编辑可以查询

lichao 3 years ago
parent
commit
c87c2980a8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/businessManagement/deliveryNotice/detailsPageEdit.vue

+ 2 - 1
src/views/businessManagement/deliveryNotice/detailsPageEdit.vue

@@ -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(() => {