mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2025-10-15 22:30:30 +00:00
优化赋值
This commit is contained in:
@@ -467,7 +467,7 @@ 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 = '新增流程';
|
||||||
|
Reference in New Issue
Block a user