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: {
   methods: {
     submitDetail() {
     submitDetail() {
+      if (this.detail.staffLocker)
+        this.detail.staffLocker.forEach(item => {
+          item.isWetTissue = this.detail.isWetTissue;
+        })
       let data = {
       let data = {
         deptId: this.detail.row.deptId,
         deptId: this.detail.row.deptId,
         staffId: this.detail.row.employeeid,
         staffId: this.detail.row.employeeid,