BUG优化 从业人员离岗后删除编辑页面提示语
parent
fd87fc83fb
commit
9ece5af3a0
|
@ -222,7 +222,6 @@
|
||||||
},
|
},
|
||||||
success: (res) => {
|
success: (res) => {
|
||||||
uni.hideLoading(); //结束加载中动画
|
uni.hideLoading(); //结束加载中动画
|
||||||
console.log(res.data)
|
|
||||||
if (res.data != null) {
|
if (res.data != null) {
|
||||||
_this.totalPage = res.data.page.totalPage;
|
_this.totalPage = res.data.page.totalPage;
|
||||||
if (_this.list.length == 0) {
|
if (_this.list.length == 0) {
|
||||||
|
|
Loading…
Reference in New Issue