feat: 🚀 去掉空格
This commit is contained in:
@@ -241,7 +241,9 @@ const getAttachmentRead = async () => {
|
||||
getAttachmentRead();
|
||||
const handleSelectChangeEmits = (value: any) => {
|
||||
console.log(value, "========value=========");
|
||||
dataStore.editRuleForm.category_id = value.id;
|
||||
if (value.prop === "category_id1") {
|
||||
dataStore.editRuleForm.category_id = value.id;
|
||||
}
|
||||
};
|
||||
//分类
|
||||
const getCategorys = async () => {
|
||||
|
||||
Reference in New Issue
Block a user