Explorar el Código

修改现货品种

huangbin hace 4 años
padre
commit
284327f488
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      src/views/information/goods/components/modify/index.vue

+ 1 - 2
src/views/information/goods/components/modify/index.vue

@@ -346,7 +346,6 @@ export default defineComponent({
             },
         };
         function submit() {
-            console.log('param', toRaw(formState));
             formRef.value
                 .validate()
                 .then(() => {
@@ -355,7 +354,6 @@ export default defineComponent({
                         cancel();
                         context.emit('refresh', true);
                     });
-                    console.log('param', param);
                 })
                 .catch((error: ValidateErrorEntity<FormState>) => {
                     console.log('error', error);
@@ -376,6 +374,7 @@ export default defineComponent({
             if (props.selctedDeliveryGoods.data.deliverygoodsname) {
                 const { data, gblist, gmlist, mgList } = props.selctedDeliveryGoods;
                 mergeTwoObj(formState, props.selctedDeliveryGoods);
+                mergeTwoObj(formState, data);
                 // 单位
                 formState.unitid = data.agreeunit;
                 // 品类