diff --git a/manager/src/views/logistics/index.vue b/manager/src/views/logistics/index.vue index 65eee380..b332dd7f 100644 --- a/manager/src/views/logistics/index.vue +++ b/manager/src/views/logistics/index.vue @@ -53,9 +53,7 @@ - - - + @@ -230,7 +228,7 @@ this.form.name = v.name; this.form.code = v.code; this.form.standBy = v.standBy; - this.form.formItems = v.formItems; + this.form.disabled = v.disabled === 'CLOSE' ? 'OPEN' : 'CLOSE'; updateLogistics(v.id, this.form).then((res) => { if (res.success) { @@ -290,7 +288,7 @@ this.form.code = v.code; console.log(v) this.form.standBy = v.standBy; - this.form.formItems = v.formItems; +