Commit a3f607a3 by crushh

update: dist

parent 3baf0aff
......@@ -10,9 +10,7 @@ const attractFlowLinkRouter = [
path: '/attractFlowLinkAdd',
name: '新增引流链接',
meta: {
type: 'add',
keepAlive: true,
fromPath: ['/salutatorySet']
type: 'add'
},
component: _import('salesleads/actCodeManage/attractFlowLink', 'detail')
},
......@@ -20,9 +18,7 @@ const attractFlowLinkRouter = [
path: '/attractFlowLinkEdit/:id',
name: '编辑引流链接',
meta: {
type: 'edit',
keepAlive: true,
fromPath: ['/salutatorySet']
type: 'edit'
},
component: _import('salesleads/actCodeManage/attractFlowLink', 'detail')
},
......
......@@ -228,7 +228,8 @@ export default {
},
mounted() {
this.getList();
console.log('mounted');
console.log(this.form);
document.addEventListener('visibilitychange', () => {
if (document.visibilityState == 'visible') {
this.getList();
......@@ -240,12 +241,12 @@ export default {
this.getStoreList();
}
},
methods: {
toInput: _debounce(function(e, value) {
this.getList();
}, 500),
getStoreList() {
console.log(storeListApi);
storeListApi({}).then(res => {
console.log(res);
const { result } = res.data.result;
......
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