Commit 8a87025c authored by kangzhenfei's avatar kangzhenfei

prosessCase

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