jiangbiao 1 рік тому
батько
коміт
4ce8cf267e
1 змінених файлів з 4 додано та 0 видалено
  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,