Commit 8a87025c authored by kangzhenfei's avatar kangzhenfei

prosessCase

parent 87cd0148
...@@ -195,7 +195,6 @@ export default { ...@@ -195,7 +195,6 @@ export default {
}, },
"查看" "查看"
), ),
//h('op', { attrs: { oprate: 'copy' }, on: { click: () => this.copy(params.row.id) } }, '克隆'),
h( h(
"op", "op",
{ {
...@@ -218,14 +217,9 @@ export default { ...@@ -218,14 +217,9 @@ export default {
] ]
}; };
}, },
created() { created() {},
// this.treeHeight = window.innerHeight - 120;
// this.laodparme();
},
mounted() { mounted() {
// console.log(this); // console.log(this);
// debugger
// alert(23344)
// let where = { type: { op: "Equal", value: 1 } }; // let where = { type: { op: "Equal", value: 1 } };
// this.$refs.grid.reload(where); // this.$refs.grid.reload(where);
}, },
...@@ -235,13 +229,6 @@ export default { ...@@ -235,13 +229,6 @@ export default {
methods: { methods: {
laodparme() { laodparme() {
console.log(555); console.log(555);
let condition = {
pageIndex: 1,
pageSize: 10,
conditions: {
type: { op: "Equal", value: 1 }
}
};
this.$refs.grid.reload(condition); this.$refs.grid.reload(condition);
}, },
changeCards(carData) { changeCards(carData) {
......
...@@ -262,9 +262,6 @@ ...@@ -262,9 +262,6 @@
} }
span{ span{
display: block; display: block;
}
.shi{
} }
.number{ .number{
font-size: 32px; font-size: 32px;
......
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