if添加括号
This commit is contained in:
parent
bbc656a26c
commit
c98a14e2ac
@ -466,8 +466,9 @@ const reset = () => {
|
|||||||
*/
|
*/
|
||||||
const handleAdd = async () => {
|
const handleAdd = async () => {
|
||||||
reset();
|
reset();
|
||||||
if (queryParams.value.category != '')
|
if (queryParams.value.category != '') {
|
||||||
form.value.category = `${queryParams.value.category}`
|
form.value.category = `${queryParams.value.category}`
|
||||||
|
}
|
||||||
modelDialog.visible = true;
|
modelDialog.visible = true;
|
||||||
modelDialog.title = '新增流程';
|
modelDialog.title = '新增流程';
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user