提交代码
parent
9a6cecac19
commit
4060da1afb
|
@ -192,8 +192,8 @@ function handleFileChange(file) {
|
|||
let jsonStr = JSON.stringify(res);
|
||||
formData.parameters = jsonStr;
|
||||
formRef.value.validateField("parameters");
|
||||
let json = JSON.parse(jsonStr);
|
||||
codeHtml.value = highlightJSON(json);
|
||||
//let json = JSON.parse(jsonStr);
|
||||
codeHtml.value = res;//highlightJSON(json);
|
||||
fileStatus.value = true;
|
||||
}
|
||||
});
|
||||
|
|
|
@ -157,7 +157,7 @@ function handleDetail(row: { [key: string]: any }) {
|
|||
|
||||
/** 新增第三方工具链 */
|
||||
function handleAdd() {
|
||||
router.push({ path: "/tester/otherToolEdit" });
|
||||
router.push({ path: "/tester/otherToolAdd" });
|
||||
}
|
||||
|
||||
onMounted(() => {
|
||||
|
|
Loading…
Reference in New Issue