Commit 0b03e96e authored by qiaoyajun's avatar qiaoyajun

vuex

parent 76a4393d
......@@ -389,7 +389,7 @@ export default {
}, null)
},
addFinancialOrder: function (type) { // 新增单据方法
let userInfo =[{name:"132",age:11},{name:"1321",age:222}]
let userInfo =[{guestId:1,guestName:'谯亚军'},{guestId:2,guestName:'测试'}]
this.$store.commit('saveGuestInfo',userInfo)
console.log("getGuestInfo",this.$store.getters.getGuestInfo)
let TCIDARR = [this.tcid];
......
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