ソースを参照

编辑可以查询

lichao 3 年 前
コミット
c87c2980a8

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