Commit 74e0aabb authored by youjie's avatar youjie

no message

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