Commit 4627c6ac authored by renjintao's avatar renjintao

detailExcel

parent a51fe745
...@@ -53,14 +53,6 @@ export default { ...@@ -53,14 +53,6 @@ export default {
}; };
}, },
methods: { methods: {
load(v) {
Api.get({
id: v,
}).then((r) => {
this.entity = r.result;
this.$emit("on-load");
});
},
handleClose() { handleClose() {
this.$emit("on-close"); this.$emit("on-close");
}, },
......
...@@ -678,6 +678,7 @@ export default { ...@@ -678,6 +678,7 @@ export default {
} }
}, },
//切换列表和excel按钮
changeExcel(val) { changeExcel(val) {
if (val == 1) { if (val == 1) {
this.tableImport = false this.tableImport = false
......
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