BUG优化 从业人员离岗后删除编辑页面提示语

dev
xiepeng 2024-06-04 11:03:55 +08:00
parent fd87fc83fb
commit 9ece5af3a0
1 changed files with 0 additions and 1 deletions

View File

@ -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) {