main
parent
be2bf491d9
commit
8a05a1fa17
|
@ -265,7 +265,6 @@ const form = reactive({
|
||||||
params_desc: null,
|
params_desc: null,
|
||||||
modl_sub_type: null,
|
modl_sub_type: null,
|
||||||
params_content: null,
|
params_content: null,
|
||||||
params_content: null,
|
|
||||||
});
|
});
|
||||||
const paramsContent = ref(""); // 表单
|
const paramsContent = ref(""); // 表单
|
||||||
const formRef = ref(ElForm); // 表单
|
const formRef = ref(ElForm); // 表单
|
||||||
|
@ -359,7 +358,6 @@ function resultForm() {
|
||||||
form.params_desc = null;
|
form.params_desc = null;
|
||||||
form.modl_sub_type = null;
|
form.modl_sub_type = null;
|
||||||
form.params_content = null;
|
form.params_content = null;
|
||||||
form.params_content = null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 文件上传
|
// 文件上传
|
||||||
|
|
Loading…
Reference in New Issue