提交 ef653431 编写于 作者: Mr.奇淼('s avatar Mr.奇淼(

table模板修复

上级 3240078f
......@@ -61,10 +61,10 @@
<script>
import {
create{{.StructName}}
delete{{.StructName}}
update{{.StructName}}
find{{.StructName}}
create{{.StructName}},
delete{{.StructName}},
update{{.StructName}},
find{{.StructName}},
get{{.StructName}}List
} from "@/api/{{.StructName}}"; // 此处请自行替换地址
import { formatTimeToStr } from "@/utils/data";
......@@ -96,7 +96,7 @@ export default {
},
methods: {
async update{{.StructName}}(row) {
const res = await get{{.StructName}}({ ID: row.ID });
const res = await find{{.StructName}}({ ID: row.ID });
this.type = "update";
if (res.code == 0) {
this.form = res.data.re{{.Abbreviation}};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册