Commit 74e0aabb authored by youjie's avatar youjie

no message

parent 5d7ce600
...@@ -109,7 +109,7 @@ export default { ...@@ -109,7 +109,7 @@ export default {
watch: { watch: {
priceList: { priceList: {
handler(newVal, oldValue) { handler(newVal, oldValue) {
this.prices = oldValue; this.prices = newVal;
this.init(); this.init();
}, },
deep: true, // 深度监听 deep: true, // 深度监听
......
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