Commit 5d7ce600 authored by youjie's avatar youjie

no message

parent 0f75a373
...@@ -108,8 +108,8 @@ export default { ...@@ -108,8 +108,8 @@ export default {
}, },
watch: { watch: {
priceList: { priceList: {
handler(oldValue, newVal) { handler(newVal, oldValue) {
this.prices = newVal; this.prices = oldValue;
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