flat: 暂存
This commit is contained in:
@@ -300,7 +300,7 @@ export default {
|
|||||||
},
|
},
|
||||||
async getRightSearch() {
|
async getRightSearch() {
|
||||||
let params = {keywords: this.searchInput || '1'}
|
let params = {keywords: this.searchInput || '1'}
|
||||||
const createTime = Date.now() + 5000
|
const createTime = Date.now() + 3000
|
||||||
this.rightLoading = true
|
this.rightLoading = true
|
||||||
let resData = await getSearchAll(params)
|
let resData = await getSearchAll(params)
|
||||||
if(resData.data.code === 200){
|
if(resData.data.code === 200){
|
||||||
@@ -314,7 +314,7 @@ export default {
|
|||||||
},
|
},
|
||||||
async getRightListPolicy() {
|
async getRightListPolicy() {
|
||||||
let params = {ids: this.rowData.policyIds}
|
let params = {ids: this.rowData.policyIds}
|
||||||
const createTime = Date.now() + 5000
|
const createTime = Date.now() + 3000
|
||||||
this.rightLoading = true
|
this.rightLoading = true
|
||||||
let resData = await getListByids(params)
|
let resData = await getListByids(params)
|
||||||
if(resData.data.code === 200){
|
if(resData.data.code === 200){
|
||||||
@@ -327,7 +327,7 @@ export default {
|
|||||||
},
|
},
|
||||||
async getLeftUserList(type) {
|
async getLeftUserList(type) {
|
||||||
const {current, size} = this.leftPages
|
const {current, size} = this.leftPages
|
||||||
const createTime = Date.now() + 5000
|
const createTime = Date.now() + 3000
|
||||||
let params = {
|
let params = {
|
||||||
...this.formInline,
|
...this.formInline,
|
||||||
current, size,
|
current, size,
|
||||||
|
|||||||
Reference in New Issue
Block a user