Преглед на файлове

feat(product-attribute):产品属性-属性枚举传参修改;

xinyan преди 6 месеца
родител
ревизия
2b76c49028
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/views/sku-manage/product-attribute/component/manage-enum/component/EditDrawer.vue

+ 1 - 0
src/views/sku-manage/product-attribute/component/manage-enum/component/EditDrawer.vue

@@ -53,6 +53,7 @@ const submitForm = async (formEl: FormInstance | undefined) => {
 					id: editData.id,
 					label: ruleForm.label,
 					value: ruleForm.value,
+					status: ruleForm.status,
 				};
         const res = await useResponse(api.updateRow, { id: editData?.id, ...query }, btnLoading);
         if (res && res.code == 2000) {