|
@@ -1508,7 +1508,7 @@ export default {
|
|
|
})
|
|
})
|
|
|
const { data = [] } = result.variables || {}
|
|
const { data = [] } = result.variables || {}
|
|
|
if (data[0].num > 0) {
|
|
if (data[0].num > 0) {
|
|
|
- throw new Error(`系统当前已经存在此原设备编号,请更换另一个编号!`)
|
|
|
|
|
|
|
+ throw new Error(`系统当前已经存在此${(this.hideSysDeviceNo || this.changeDeviceLabel) ? '设备编号' : '原设备编号'},请更换另一个编号!`)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
const exFactoryTime = this.form.chuChangRiQi
|
|
const exFactoryTime = this.form.chuChangRiQi
|