shipeng преди 3 месеца
родител
ревизия
864f9606e6
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      src/views/officesale/ticketingSales.vue
  2. 1 1
      src/views/windowTicketSales/ticketingSales.vue

+ 1 - 1
src/views/officesale/ticketingSales.vue

@@ -912,7 +912,7 @@ import { mapGetters } from 'vuex'
                         this.isLcokShow = true
                         this.lockObj = {
                             remark: res.data.remark,
-                            auth: res.data.createBy
+                            auth: res.data.updateBy || res.data.createBy
                         }
                         this.lockStyle = {
                             position: "fixed",

+ 1 - 1
src/views/windowTicketSales/ticketingSales.vue

@@ -923,7 +923,7 @@
                         this.isLcokShow = true
                         this.lockObj = {
                             remark: res.data.remark,
-                            auth: res.data.createBy
+                            auth: res.data.updateBy || res.data.createBy
                         }
                         this.lockStyle = {
                             position: "fixed",