소스 검색

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