lucky hace 2 años
padre
commit
73a72f9aff
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/sellOut/sellOutOrder/components/want-deliver.vue

+ 2 - 2
src/views/sellOut/sellOutOrder/components/want-deliver.vue

@@ -163,7 +163,7 @@ export default {
           this.$refs.ruleForm.resetFields();
           this.$refs.ruleForm.clearValidate();
 
-          const { outCode, send_num, post_code, post_name, post_fee } =
+          const { outCode, send_num, post_code, post_name, post_fee ,remark} =
             this.sitem;
           this.ruleForm = {
             outCode: outCode || "",
@@ -171,7 +171,7 @@ export default {
             post_name: post_name ? [post_name] : [],
             post_code: post_code || "",
             post_fee: post_fee || "",
-            // remark:remark || "",
+            remark:remark || "",
             // sendtime: "",
           };
         }