Commit 13788d25 by tianxinyu

修复fec切换页面数据丢失问题

parent f80d9177
......@@ -6,7 +6,7 @@
import Dbifec from "~/views/Statics/Dbifec";
export default {
name: "StaticsDbaFec",
name: "StaticsDbafec",
components: {
"m-fec": Dbifec
},
......
export default class Pty {
export default class Fec {
constructor() {
this.data = {
inr: "",
......
......@@ -668,7 +668,7 @@
<script>
export default {
name: "",
name: "fec",
props: ["model"],
data() {
return {};
......
......@@ -180,7 +180,7 @@
<script>
export default {
name: "",
name: "fee",
props: ["model"],
data() {
return {};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment