|
|
@ -907,9 +907,10 @@ export default { |
|
|
|
}, |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
methods: { |
|
|
|
rowSave(row, done, loading) { |
|
|
|
rowSave(row, done, loading) { |
|
|
|
// if (row.carrierId.length > 0) { |
|
|
|
if (row.carrierId.length > 0) { |
|
|
|
// row.carrierId = row.carrierId.join(","); |
|
|
|
row.carrierId = row.carrierId.join(","); |
|
|
|
// } |
|
|
|
console.log( row.carrierId); |
|
|
|
|
|
|
|
} |
|
|
|
console.log(row.carrierId, '=====1231231'); |
|
|
|
console.log(row.carrierId, '=====1231231'); |
|
|
|
|
|
|
|
|
|
|
|
console.log(row,'================================================================'); |
|
|
|
console.log(row,'================================================================'); |
|
|
|