Browse Source

查找页面缓存问题

fix_bug_pro20231227
pref_mail@163.com 1 year ago
parent
commit
5d399ebcc3
  1. 1
      src/components/edittablehead/index.vue
  2. 2
      src/components/lodop/LodopFuncs.js
  3. 7
      src/page/index/index.vue
  4. 3
      src/router/views/index.js
  5. 1
      src/store/modules/user.js
  6. 1
      src/utils/functions.js
  7. 1
      src/views/basicdata/warehouse/warehouse/basicdataWarehouse3.vue
  8. 1
      src/views/distribution/inventory/delivery/distributionStockArticle.vue
  9. 6
      src/views/distribution/inventory/delivery/distributionStockArticleDiscuss.vue
  10. 1
      src/views/distribution/inventory/delivery/distributionStockArticleSelf.vue
  11. 1
      src/views/distribution/inventory/delivery/distributionStockArticleWhole.vue
  12. 12
      src/views/system/user.vue

1
src/components/edittablehead/index.vue

@ -265,7 +265,6 @@ let headtop = ref<headtoptype[]>([
]);
setTimeout(() => {
console.log(props.columnList, '---------------------');
}, 2000);
</script>
<style lang="scss"></style>

2
src/components/lodop/LodopFuncs.js

@ -50,7 +50,7 @@ export function needCLodop() {
}
//==检查加载成功与否,如没成功则用http(s)再试==
//==低版本CLODOP6.561/Lodop7.043及前)用本方法==
function checkOrTryHttp() {
export function checkOrTryHttp() {
if (window.getCLodop) {
LoadJsState = "complete";
return true;

7
src/page/index/index.vue

@ -15,7 +15,9 @@
<!-- 主体视图层 -->
<div id="avue-view" v-show="!isSearch" v-if="isRefresh">
<router-view #="{ Component }">
<keep-alive :include="$store.getters.tagsKeep">
<!-- <keep-alive :include="$store.getters.tagsKeep" :max="20"> -->
<keep-alive :max="20">
<component :is="Component" />
</keep-alive>
</router-view>
@ -69,6 +71,7 @@ export default {
(this.$route.meta || {}).menu === false || (this.$route.query || {}).menu === 'false'
);
},
},
mounted() {
if (this.userInfo.tenant_id == '000000') {
@ -80,6 +83,8 @@ export default {
obj.debug = false;
this.$store.commit('SERTING', obj);
}
//
// $store.getters.tagsKeep.push("")
// console.log(obj)
},
props: [],

3
src/router/views/index.js

@ -758,6 +758,7 @@ export default [
name: '转库存品',
meta: {
i18n: 'dict',
},
props: route => ({
name: route.query.name,
@ -777,6 +778,8 @@ export default [
name: '查询订单详情',
meta: {
i18n: 'dict',
keepAlive: true
},
props: route => ({
name: route.query.name,

1
src/store/modules/user.js

@ -194,7 +194,6 @@ const user = {
const data = res.data.data;
let menu = deepClone(data);
menu.forEach(ele => formatPath(ele, true));
console.log(menu);
commit('SET_MENU', menu);
commit('SET_MENU_ALL', menu);
dispatch('GetButtons');

1
src/utils/functions.js

@ -7,7 +7,6 @@ const utils = {
setStorage: (key, data) => {
let tenant_id = JSON.parse(localStorage.getItem('TWMS-userInfo')).content.tenant_id
let newdata = JSON.stringify(data)
console.log(tenant_id + '' + key, newdata)
sessionStorage.setItem(tenant_id + '' + key, newdata)
return true
},

1
src/views/basicdata/warehouse/warehouse/basicdataWarehouse3.vue

@ -1259,7 +1259,6 @@ export default {
this.query.genre = 1;
getList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => {
const data = res.data.data;
console.log('>>>>>>>', data.records);
this.page.total = data.total;
this.data = data.records;
this.data = this.data.map(i => {

1
src/views/distribution/inventory/delivery/distributionStockArticle.vue

@ -1749,7 +1749,6 @@ export default {
this.query.genre = 1;
getList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => {
const data = res.data.data;
console.log('>>>>>>>', data.records);
this.page.total = data.total;
this.data = data.records;
this.data = this.data.map(i => {

6
src/views/distribution/inventory/delivery/distributionStockArticleDiscuss.vue

@ -968,6 +968,7 @@ export default {
},
computed: {
...mapGetters(['permission']),
permissionList() {
return {
addBtn: this.validData(this.permission.basicdataBrandCategory_add, false),
@ -983,6 +984,7 @@ export default {
});
return ids.join(',');
},
},
methods: {
//
@ -1533,6 +1535,9 @@ export default {
return y + '-' + m + '-' + d + ' ' + h + ':' + minute + ':' + s;
},
onLoad(page, params = {}) {
this.loading = true;
if (this.stockupDate.length > 0) {
let startDate = this.stockupDate[0];
@ -1544,7 +1549,6 @@ export default {
this.query.typeService = 1;
getList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => {
const data = res.data.data;
console.log('>>>>>>>', data.records);
this.page.total = data.total;
this.data = data.records;
this.data = this.data.map(i => {

1
src/views/distribution/inventory/delivery/distributionStockArticleSelf.vue

@ -1920,7 +1920,6 @@ export default {
this.query.typeService = 3;
getList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => {
const data = res.data.data;
console.log('>>>>>>>', data.records);
this.page.total = data.total;
this.data = data.records;
this.data = this.data.map(i => {

1
src/views/distribution/inventory/delivery/distributionStockArticleWhole.vue

@ -1655,7 +1655,6 @@ export default {
Object.assign(params, this.query)
).then(res => {
const data = res.data.data;
console.log('>>>>>>>', data.records);
this.page.total = data.total;
this.data = data.records;
this.data = this.data.map(i => {

12
src/views/system/user.vue

@ -711,20 +711,30 @@ export default {
},
},
computed: {
...mapGetters(['userInfo', 'permission']),
...mapGetters(['userInfo', 'permission']),
//
permissionList() {
return {
//
addBtn: this.validData(this.permission.user_add, false),
//
viewBtn: this.validData(this.permission.user_view, false),
//
delBtn: this.validData(this.permission.user_delete, false),
//
editBtn: this.validData(this.permission.user_edit, false),
};
},
//
platformPermissionList() {
return {
//
addBtn: false,
//
viewBtn: false,
//
delBtn: false,
//
editBtn: this.validData(this.permission.user_edit, false),
};
},

Loading…
Cancel
Save