学习问答

This commit is contained in:
liuye
2023-01-09 16:38:58 +08:00
parent 039cfb5673
commit 642276cbdc
4 changed files with 288 additions and 12 deletions

View File

@@ -20,7 +20,6 @@ import Add from "./components/Add";
export default {
label: "新经济组织管理",
name: "AppNewEconomics",
// 组件
components: { Add, List },
props: {
instance: Function,
@@ -34,17 +33,6 @@ export default {
include: []
};
},
// 计算
computed: {},
// 监听
watch: {},
// 实例创建后
created() {},
// 实例创建后
onShow() {},
// 实例渲染后
mounted() {},
// 方法
methods: {
onChange(data) {
if (data.type === "Add") {