fixed:新增方法清空已经输入的内容
This commit is contained in:
parent
ff41fe0577
commit
5a5b86aeec
|
@ -248,6 +248,9 @@ const addFuncBtn = (row) => {
|
|||
autoFunc.value.abbreviation = req.abbreviation
|
||||
autoFunc.value.humpPackageName = req.humpPackageName
|
||||
autoFunc.value.businessDB = req.businessDB
|
||||
autoFunc.value.method = ""
|
||||
autoFunc.value.funcName = ""
|
||||
autoFunc.value.router = ""
|
||||
funcFlag.value = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue