This commit is contained in:
@@ -221,6 +221,11 @@ export default {
|
||||
});
|
||||
});
|
||||
this.meta = res.meta;
|
||||
this.meta.unshift({
|
||||
userid: null,
|
||||
name: "---",
|
||||
uicolor: "#eeeeee"
|
||||
});
|
||||
this.obj = res.data;
|
||||
}
|
||||
} catch (error) {
|
||||
|
||||
@@ -224,6 +224,11 @@ export default {
|
||||
});
|
||||
});
|
||||
this.meta = res.meta;
|
||||
this.meta.unshift({
|
||||
userid: null,
|
||||
name: "---",
|
||||
uicolor: "#eeeeee"
|
||||
});
|
||||
this.obj = res.data;
|
||||
}
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user