Sfoglia il codice sorgente

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

xinyan 6 mesi fa
parent
commit
2b76c49028

+ 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) {