列表默认的行数,都是20
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-03-21 09:46:23 +08:00
parent 9942cde78a
commit 7254622c6d
6 changed files with 7 additions and 7 deletions

View File

@ -129,7 +129,7 @@ Vue.prototype.getGuid = (text) => {
return `${t4 + t3 + t2 + t1}-${t6 + t5}-${t8 + t7}-${t9}-${t10}`
}
///50350000-3e2c-0016-eb4c-08db926b69d6/Image/84410000-3e10-0016-d156-08da242403fe/50350000-3e2c-0016-414e-08db926d9135/50350000-3e2c-0016-fd9d-08db926d9137/1.2.156.110002.21.2019.1.9.84822154.1/1.3.12.2.1107.5.1.4.73793.30000019010509500386600308609/1.3.12.2.1107.5.1.4.73793.30000019010509500386600308616/7fba7d7e-b3b3-d989-fa54-82e41f87a6ed
Vue.prototype.getGuid('1.2.156.110002.21.2019.1.9.84822154.11.3.12.2.1107.5.1.4.73793.300000190105095003866003086091.3.12.2.1107.5.1.4.73793.3000001901050950038660030861650350000-3e2c-0016-eb4c-08db926b69d6')
// Vue.prototype.getGuid('1.2.156.110002.21.2019.1.9.84822154.11.3.12.2.1107.5.1.4.73793.300000190105095003866003086091.3.12.2.1107.5.1.4.73793.3000001901050950038660030861650350000-3e2c-0016-eb4c-08db926b69d6')
//7fba7d7e-b3b3-d989-fa54-82e41f87a6ed
Vue.prototype.$validatePassword = (rule, value, callback) => {
var lang = zzSessionStorage.getItem('lang') ? zzSessionStorage.getItem('lang') : 'zh'

View File

@ -60,7 +60,7 @@ service.interceptors.response.use(
type: 'warning',
showCancelButton: false,
callback: action => {
if(res.Code === 6) {
if (res.Code === 6) {
window.close()
}
}
@ -75,7 +75,7 @@ service.interceptors.response.use(
var message = ''
if (error && error.response) {
const status = error.response.status
if (error.response.data && error.response.data.Code === -1) {
if (error.response.data && (error.response.data.Code === -1 || error.response.data.Code === -2)) {
store.dispatch('user/logout').then(() => {
router.push(`/login`)
this.$i18n.locale = 'zh'

View File

@ -224,7 +224,7 @@ const defaultSearchData = () => {
Port: null,
PacsTypeEnum: null,
PageIndex: 1,
PageSize: 10,
PageSize: 20,
SortField: 'CreateTime',
Asc: false,
}

View File

@ -349,7 +349,7 @@ const defaultSearchData = () => {
EndPushTime: null,
SortField: 'LatestPushTime',
PageIndex: 1,
PageSize: 10,
PageSize: 20,
}
}
export default {

View File

@ -355,7 +355,7 @@ const searchDataDefault = () => {
Type: '',
IsEnable: null,
PageIndex: 1,
PageSize: 10
PageSize: 20
}
}
export default {

View File

@ -199,7 +199,7 @@ const defaultSearchData = () => {
Asc: false,
SortField: "LatestPushTime",
PageIndex: 1,
PageSize: 10,
PageSize: 20,
};
};
export default {