feat: 🚀 去掉空格
This commit is contained in:
@@ -187,8 +187,10 @@ const getVideoRead = async (id: any) => {
|
||||
};
|
||||
|
||||
const handleSelectChangeEmits = (value: any) => {
|
||||
console.log(value, "========value=========");
|
||||
dataStore.editRuleForm.category_id = value.id;
|
||||
console.log(value, "========value=33========");
|
||||
if (value.prop === "category_id1") {
|
||||
dataStore.editRuleForm.category_id = value.id;
|
||||
}
|
||||
};
|
||||
|
||||
//保存
|
||||
|
||||
Reference in New Issue
Block a user