Commit 5d7ce600 authored by youjie's avatar youjie

no message

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