var where = [{ disabled: 0 }]
if (parseInt(this.loginUserId) !== 2) {
where.push(['!=', 'id', 13])
}
請求負載
where: [{disabled: 0}, ["!=", "id", 13]]
var where = [{ disabled: 0 }]
if (parseInt(this.loginUserId) !== 2) {
where.push(['!=', 'id', 13])
}
請求負載
where: [{disabled: 0}, ["!=", "id", 13]]