浏览代码

启用默认值

Qukatie 9 月之前
父节点
当前提交
263e047d44
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      src/views/boxManagement/owTask/detailsPage.vue

+ 5 - 1
src/views/boxManagement/owTask/detailsPage.vue

@@ -2251,7 +2251,11 @@ export default {
           }
         }
         this.activationForm = {
-          containerNumber: this.form.containerNumber
+          containerNumber: this.form.containerNumber,
+          polId: this.form.polId?this.form.polId.split(",")[0]:null,
+          polCname: this.form.polCname?this.form.polCname.split(",")[0]:null,
+          podId: this.form.podId?this.form.podId.split(",")[0]:null,
+          podCname: this.form.podCname?this.form.podCname.split(",")[0]:null,
         }
         this.activationDialog = true
       }