jiangbiao 1 ano atrás
pai
commit
4ce8cf267e
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4 0
      ui/src/views/production/person/index.vue

+ 4 - 0
ui/src/views/production/person/index.vue

@@ -781,6 +781,10 @@ export default {
   },
   methods: {
     submitDetail() {
+      if (this.detail.staffLocker)
+        this.detail.staffLocker.forEach(item => {
+          item.isWetTissue = this.detail.isWetTissue;
+        })
       let data = {
         deptId: this.detail.row.deptId,
         staffId: this.detail.row.employeeid,