去掉console
This commit is contained in:
@@ -74,7 +74,6 @@ export default {
|
|||||||
this.typeList()
|
this.typeList()
|
||||||
uni.$on('goback', (res) => {
|
uni.$on('goback', (res) => {
|
||||||
this.selectUser = res
|
this.selectUser = res
|
||||||
console.log(res);
|
|
||||||
if(res.name) {
|
if(res.name) {
|
||||||
this.forms.name = res.name
|
this.forms.name = res.name
|
||||||
}else{
|
}else{
|
||||||
|
|||||||
@@ -113,7 +113,6 @@ export default {
|
|||||||
|
|
||||||
searckGird(row) {
|
searckGird(row) {
|
||||||
this.treeList = []
|
this.treeList = []
|
||||||
console.log(this.treeList);
|
|
||||||
if(row.girdLevel != 2) { //查网格
|
if(row.girdLevel != 2) { //查网格
|
||||||
this.$http.post(`/app/appgirdinfo/list?parentGirdId=${row.id}&size=999`).then((res) => {
|
this.$http.post(`/app/appgirdinfo/list?parentGirdId=${row.id}&size=999`).then((res) => {
|
||||||
if (res?.data) {
|
if (res?.data) {
|
||||||
|
|||||||
@@ -67,7 +67,6 @@ export default {
|
|||||||
.then((res) => {
|
.then((res) => {
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
this.datas = this.current > 1 ? [...this.datas, ...res.data.records] : res.data.records
|
this.datas = this.current > 1 ? [...this.datas, ...res.data.records] : res.data.records
|
||||||
console.log(this.datas);
|
|
||||||
this.pages = res.data.pages
|
this.pages = res.data.pages
|
||||||
this.$forceUpdate()
|
this.$forceUpdate()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user