diff --git a/src/views/modules/common/Chooselist.vue b/src/views/modules/common/Chooselist.vue index d0dcc54..5e9286a 100644 --- a/src/views/modules/common/Chooselist.vue +++ b/src/views/modules/common/Chooselist.vue @@ -211,7 +211,7 @@ export default { } if (this.tagNo <1000 && this.tagNo !== 93){ if (this.param4) { - sql += " and site=" + this.param4 + sql += " and site=" + "'" + this.param4 + "'" } } } diff --git a/src/views/modules/part/partInformation.vue b/src/views/modules/part/partInformation.vue index c5cf8c4..fb32be0 100644 --- a/src/views/modules/part/partInformation.vue +++ b/src/views/modules/part/partInformation.vue @@ -3728,7 +3728,7 @@ this.modalDisableFlag = false this.modalFlag = true } else { - this.$message.error('获取项目物料编码失败!') + this.$message.error(data.msg) } }) },