|
@@ -85,7 +85,7 @@ export default {
|
|
|
if (valid) {
|
|
|
const form = JSON.parse(JSON.stringify(_this.form))
|
|
|
const params = {
|
|
|
- 'stackPlaceCode': form.stackPlaceCode.toUpperCase(),
|
|
|
+ 'stackPlaceCode': form.stackPlaceCode ? form.stackPlaceCode.toUpperCase() : '',
|
|
|
'product': {
|
|
|
'productSn': _this.nowData.productVO.productSn
|
|
|
}
|