|
@ -289,9 +289,9 @@ export default {
|
289
|
289
|
).then(res => {
|
290
|
290
|
// 请求成功处理...
|
291
|
291
|
if (res.data.result !== null) {
|
292
|
|
that.relevanceValidate.PARTY_TERMINAL_ID = res.data.result.PARTY_TERMINAL_ID
|
|
292
|
that.relevanceValidate.PARTY_TERMINAL_ID = res.data.result.ID
|
293
|
293
|
that.relevanceValidate.msgisShow = true
|
294
|
|
that.relevanceValidate.msg = res.data.result.PARTY_NAME + ' 已关联终端 ' + res.data.result.DEVICE_ID + ' ,点击保存更改关联关系'
|
|
294
|
that.relevanceValidate.msg = res.data.result.NAME + ' 已关联终端 ' + res.data.result.DEVICE_ID + ' ,点击保存更改关联关系'
|
295
|
295
|
} else {
|
296
|
296
|
that.relevanceValidate.msgisShow = false
|
297
|
297
|
}
|