@@ -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",
@@ -923,7 +923,7 @@