fix: 🧩 修复BUG
This commit is contained in:
@@ -105,6 +105,10 @@ const getProductAttrUp = async () => {
|
||||
if (obj.prop_name) {
|
||||
dataStore.editRuleForm.props.push(obj);
|
||||
}
|
||||
|
||||
let dataClone = cloneDeep(dataStore.editRuleForm.props);
|
||||
let props = JSON.stringify([...dataClone]);
|
||||
dataStore.editRuleForm.props = props;
|
||||
const result = await getProductAttrUpApi(dataStore.editRuleForm);
|
||||
if (result?.code === 0) {
|
||||
useMsg("success", result?.msg);
|
||||
|
||||
Reference in New Issue
Block a user