Commit d864f057 by 无尘

fix: 修改下发设置

parent 80475dec
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-11-09 10:05:27
* @LastEditors: 无尘
* @LastEditTime: 2020-11-20 09:13:24
* @LastEditTime: 2020-11-20 15:09:13
-->
<!-- -->
<template>
......@@ -53,7 +53,12 @@ export default {
};
},
// 生命周期 - 挂载完成(访问DOM元素)
mounted() {
const that = this;
if (!!that.brandId) {
that.getData();
}
},
// methods
methods: {
/**
......
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