Commit 2f399375 by 无尘

fix: 测试 刷新

parent 1e784876
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-11-12 10:47:17
* @LastEditors: 无尘
* @LastEditTime: 2020-12-01 17:36:24
* @LastEditTime: 2020-12-01 18:02:08
-->
<template>
<div class="common-app-right" style="padding: 20px 0;color: #303133">
......@@ -254,7 +254,6 @@ export default {
that.loadMonth = false;
return;
}
const { performanceYm, performanceType, storeInfoId } = that.form;
let params = {
...that.haoban,
......@@ -342,7 +341,10 @@ export default {
},
watch: {
brandId(newData) {
this.init();
const that = this;
const { staffName, staffId, wxEnterpriseId } = localStorage.getItem('haoBanUser') ? JSON.parse(localStorage.getItem('haoBanUser')) : { staffName: '', staffId: '', wxEnterpriseId: '' };
that.haoban = { submitStaffName: staffName, submitStaffId: staffId, wxEnterpriseId };
that.init();
}
},
};
......
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