system-clients 3.1.89-xianyang → 3.1.90-xianyang
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -157,7 +157,7 @@ export default {
|
|
157
157
|
condition: `f_equipment_type = '圈存机' and f_state !='已删除' and f_terminal_number = '${this.model.f_terminal_number}'`,
|
158
158
|
orderitem: 'id'}},
|
159
159
|
{resolveMsg: null, rejectMsg: '获取设备失败'})
|
160
|
-
if (
|
160
|
+
if (result.data.length > 0) {
|
161
161
|
this.$showMessage(`当前设备号: ${this.model.f_terminal_number} 在系统中已存在,请重新输入设备编号!!!`, ['confirm'])
|
162
162
|
this.model.f_terminal_number = ''
|
163
163
|
}
|