flat: 8.30
This commit is contained in:
@@ -164,9 +164,11 @@ export default {
|
||||
this.rightDataList = []
|
||||
this.rightTabs = type
|
||||
this.rightDataSelections = []
|
||||
this.$message.success('智能分析匹配中');
|
||||
type === 0 && this.getRightListPolicy()
|
||||
type === 1 && this.getRightSearchByUserId()
|
||||
if (type === 1) {
|
||||
this.$message.success('智能分析匹配中');
|
||||
this.getRightSearchByUserId()
|
||||
}
|
||||
},
|
||||
upDateUser(user) {
|
||||
this.leftUserSelections = [user]
|
||||
@@ -278,16 +280,16 @@ export default {
|
||||
size,
|
||||
}
|
||||
// const createTime = Date.now() + 4000
|
||||
this.rightLoading = true
|
||||
// this.rightLoading = true
|
||||
let resData = await getListByids(params)
|
||||
if (resData.data.code === 200) {
|
||||
this.setProgress().then(() => {
|
||||
setTimeout(() => {
|
||||
this.rightLoading = false
|
||||
this.rightPages = {total: resData.data.data.length, currentPage: 1}
|
||||
this.rightDataList = resData.data.data
|
||||
}, 200)
|
||||
})
|
||||
// this.setProgress().then(() => {
|
||||
// setTimeout(() => {
|
||||
// this.rightLoading = false
|
||||
this.rightPages = {total: resData.data.data.length, currentPage: 1}
|
||||
this.rightDataList = resData.data.data
|
||||
// }, 200)
|
||||
// })
|
||||
// const timed = createTime - Date.now() > 0 ? createTime - Date.now() : 0
|
||||
// setTimeout(() => {
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user