|
|
@@ -475,7 +475,7 @@ Page({
|
|
|
}) => {
|
|
|
if (confirm) {
|
|
|
that.onRecover(true)
|
|
|
- let {
|
|
|
+ /* let {
|
|
|
datatag,
|
|
|
systemtag
|
|
|
} = this.selectComponent("#Tags").returnTags();
|
|
|
@@ -493,7 +493,7 @@ Page({
|
|
|
console.log("绑定疑似重复标签", res)
|
|
|
if (res.msg == '成功') that.getTags();
|
|
|
})
|
|
|
- }
|
|
|
+ } */
|
|
|
}
|
|
|
}
|
|
|
});
|
|
|
@@ -539,7 +539,7 @@ Page({
|
|
|
id = this.data.sa_projectid;
|
|
|
if (total == null || init) {
|
|
|
Component.getList(id, init);
|
|
|
- } else if (pageNumber < pageTotal) {
|
|
|
+ } else if (pageNumber <= pageTotal) {
|
|
|
Component.getList(id, false);
|
|
|
}
|
|
|
}
|