优化赋值
This commit is contained in:
parent
c98a14e2ac
commit
e9e8a2eaaf
@ -467,7 +467,7 @@ const reset = () => {
|
||||
const handleAdd = async () => {
|
||||
reset();
|
||||
if (queryParams.value.category != '') {
|
||||
form.value.category = `${queryParams.value.category}`
|
||||
form.value.category = queryParams.value.category
|
||||
}
|
||||
modelDialog.visible = true;
|
||||
modelDialog.title = '新增流程';
|
||||
|
Loading…
x
Reference in New Issue
Block a user