|
@@ -460,7 +460,8 @@
|
|
|
.then((response) => {
|
|
|
this.$message.success('添加成功')
|
|
|
this.deptBudgetList = {
|
|
|
- automaticWeightAcquisition:'0'
|
|
|
+ automaticWeightAcquisition:'0',
|
|
|
+ otherPersonPhone:[]
|
|
|
}
|
|
|
this.freightspace = [{
|
|
|
binNumber: '',
|
|
@@ -561,7 +562,8 @@
|
|
|
.then((response) => {
|
|
|
this.$message.success('添加成功')
|
|
|
this.deptBudgetList = {
|
|
|
- automaticWeightAcquisition:'0'
|
|
|
+ automaticWeightAcquisition:'0',
|
|
|
+ otherPersonPhone:[]
|
|
|
}
|
|
|
this.freightspace = [{
|
|
|
binNumber: '',
|