Commit ecd297f1 authored by 徐俊's avatar 徐俊

xujun

parent 5e94bf13
...@@ -403,5 +403,14 @@ export default { ...@@ -403,5 +403,14 @@ export default {
this.calNumberAmount() this.calNumberAmount()
}, },
}, },
watch: {
deviceList: {
handler(deviceList) {
if (!!deviceList) {
this.calNumberAmount()
}
},
},
},
} }
</script> </script>
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