|
@@ -187,13 +187,13 @@ const addForm = () => {
|
|
|
const resetForm = () => {
|
|
|
protocolManagement.value?.resetFields();
|
|
|
flag.value = false;
|
|
|
- // tableForm.protocolID = "";
|
|
|
- // tableForm.protocolName = "";
|
|
|
- // tableForm.protocolType = "";
|
|
|
- // tableForm.filePath = "";
|
|
|
- // tableForm.className = "";
|
|
|
- // tableForm.rmethodName = "";
|
|
|
- // tableForm.smethodName = "";
|
|
|
+ tableForm.protocolID = "";
|
|
|
+ tableForm.protocolName = "";
|
|
|
+ tableForm.protocolType = "";
|
|
|
+ tableForm.filePath = "";
|
|
|
+ tableForm.className = "";
|
|
|
+ tableForm.rmethodName = "";
|
|
|
+ tableForm.smethodName = "";
|
|
|
};
|
|
|
//编辑-删除
|
|
|
const btnClick = (row, index, param) => {
|