Просмотр исходного кода

Merge branch 'xinyan' into dev

xinyan 6 месяцев назад
Родитель
Сommit
f366be0d0b

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