fix: 修改商品分类商品选择问题

msb_test
ch 3 years ago
parent 7cbcb40cb0
commit 19397c0f9a

6887
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -99,6 +99,7 @@
visible.value = true;
state.condition.name = null;
state.condition.categoryId = null;
store.commit('productPicker/setCondition', _.cloneDeep(state.condition));
handleSearch();
};
//

Loading…
Cancel
Save