|
@@ -1304,7 +1304,7 @@
|
|
|
if (this.formData.SupplierId) {
|
|
if (this.formData.SupplierId) {
|
|
|
let params = {
|
|
let params = {
|
|
|
SupplierId: this.formData.SupplierId,
|
|
SupplierId: this.formData.SupplierId,
|
|
|
- IsThree: 1
|
|
|
|
|
|
|
+ IsThree: ''
|
|
|
}
|
|
}
|
|
|
hseApi.getSupplierHSEList(params, this.$axios).then(res => {
|
|
hseApi.getSupplierHSEList(params, this.$axios).then(res => {
|
|
|
this.HSEList = res.data.items
|
|
this.HSEList = res.data.items
|