flat: 暂存

This commit is contained in:
Apcallover
2024-03-22 09:20:54 +08:00
parent 53cd672d14
commit 7fb377db01

View File

@@ -300,7 +300,7 @@ export default {
},
async getRightSearch() {
let params = {keywords: this.searchInput || '1'}
const createTime = Date.now() + 5000
const createTime = Date.now() + 3000
this.rightLoading = true
let resData = await getSearchAll(params)
if(resData.data.code === 200){
@@ -314,7 +314,7 @@ export default {
},
async getRightListPolicy() {
let params = {ids: this.rowData.policyIds}
const createTime = Date.now() + 5000
const createTime = Date.now() + 3000
this.rightLoading = true
let resData = await getListByids(params)
if(resData.data.code === 200){
@@ -327,7 +327,7 @@ export default {
},
async getLeftUserList(type) {
const {current, size} = this.leftPages
const createTime = Date.now() + 5000
const createTime = Date.now() + 3000
let params = {
...this.formInline,
current, size,