提交 5c2da0f9 编写于 作者: chengxiang.li's avatar chengxiang.li

hide console

上级 b3bc98a3
......@@ -122,7 +122,7 @@
created() {
let that = this;
getCommonDiagnoseList().then(res => {
console.log('>>>>>>*********** res: ', res)
// console.log('>>>>>>*********** res: ', res)
if(res.code == '000000'){
that.commonList = res.data;
}else{
......@@ -134,8 +134,7 @@
})
},
mounted() {
console.log(11999);
console.log('>>>>>>>>>>>>>>>>>>>>>>>> ', this.showDiagnoseModal)
// console.log('>>>>>>>>>>>>>>>>>>>>>>>> ', this.showDiagnoseModal)
},
watch: {
showDiagnoseModal(val) {
......@@ -223,7 +222,7 @@
};
this.searchFlagTimer = setTimeout(() => {
goToSearch(params).then(res => {
console.log('>>>>>>*********** search: ', res)
// console.log('>>>>>>*********** search: ', res)
if(res.code == '000000'){
that.isInputResponse = true;
that.totalPageNum = Math.ceil(res.data.total/that.pageSize); // 总页数
......@@ -253,7 +252,7 @@
// 上拉加载更多
loadMore() {
// debugger;
console.log('loadmore...')
// console.log('loadmore...')
let that = this;
if( !that.isInputResponse ){
return;
......@@ -280,7 +279,7 @@
}
setTimeout(()=>{
goToSearch(params).then(res => {
console.log('>>>>>>*********** search: ', res)
// console.log('>>>>>>*********** search: ', res)
// request ...加载完成后,可以继续滚动加载\
that.busy = false;
if(res.code == '000000'){
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册