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

hide console

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