Commit fa5d244f authored by renjintao's avatar renjintao

mesplan

parent e4fd656a
...@@ -552,7 +552,8 @@ export default { ...@@ -552,7 +552,8 @@ export default {
methods: { methods: {
getRules() { getRules() {
let ruleInfos = this.$u.makeRules() let ruleInfos = this.$u.makeRules()
alert(JSON.stringify(ruleInfos)) console.log(ruleInfos)
//alert(JSON.stringify(ruleInfos))
}, },
addOk() { addOk() {
this.$refs.grid.load(); this.$refs.grid.load();
......
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