Merge branch 'develop' of http://25.13.9.101:9000/K17_AITS/tra-app into develop
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user