no message

cyl/master-im
jscyl13849007907 5 months ago
parent c2c7cd3b08
commit 6b49be24cf

@ -676,7 +676,9 @@ export default {
}, },
getData() { getData() {
let that = this; let that = this;
this.G.Get(this.api.user_dataValue, {}, (res) => { this.G.Get(this.api.user_dataValue, {
classify:1
}, (res) => {
console.log("res", res); console.log("res", res);
if (res) { if (res) {
that.map = res; that.map = res;

@ -220,7 +220,7 @@ export default {
pageNum: that.query.page, pageNum: that.query.page,
pageSize: that.query.size, pageSize: that.query.size,
keys: "", keys: "",
classify: 2, classify: 1,
// classify: that.tabActive + 1, // classify: that.tabActive + 1,
statusStr: that.tabInfo[that.tabActive].childList[that.menuActive].tip, statusStr: that.tabInfo[that.tabActive].childList[that.menuActive].tip,
}, },

@ -220,7 +220,7 @@ export default {
pageNum: that.query.page, pageNum: that.query.page,
pageSize: that.query.size, pageSize: that.query.size,
keys: "", keys: "",
classify: 2, classify: 1,
// classify: that.tabActive + 1, // classify: that.tabActive + 1,
statusStr: that.tabInfo[that.tabActive].childList[that.menuActive].tip, statusStr: that.tabInfo[that.tabActive].childList[that.menuActive].tip,
}, },

Loading…
Cancel
Save