Merge branch 'develop' of http://25.13.9.101:9000/K17_AITS/tra-app into develop

This commit is contained in:
杨航
2025-12-02 16:27:24 +08:00
2 changed files with 5 additions and 4 deletions
+3 -2
View File
@@ -109,13 +109,14 @@
data.itemTyp = body.itemTyp;
data.actStatus = body.actStatus;
data.actStatusText = body.actStatusText;
data.recAddr = body.recAddr;
data.recAddr = body.recAddr??'';
pagingRef.value.completeByNoMore([1], true);
});
};
const buttonClick = () => {
if (data.recAddr === '' && data.itemTyp === '1') return common.msg('地址不能为空');
if ((data.recAddr === '' || data.recAddr === null || data.recAddr === undefined) && data.itemTyp === '1') return common.msg('地址不能为空');
console.log('x', data.recAddr);
buttonLoading.value = true;
addPointsExchange({
actId: data.actId,