|
@@ -1256,8 +1256,7 @@ export default {
|
|
}
|
|
}
|
|
this.$refs.deptBudgetList.validate((valid) => {
|
|
this.$refs.deptBudgetList.validate((valid) => {
|
|
if (valid) {
|
|
if (valid) {
|
|
- this.deptBudgetList.sourceProvince =
|
|
|
|
- CodeToText[this.selectedOptions[0]]
|
|
|
|
|
|
+ this.deptBudgetList.sourceProvince = CodeToText[this.selectedOptions[0]]
|
|
this.deptBudgetList.sourceCity = CodeToText[this.selectedOptions[1]]
|
|
this.deptBudgetList.sourceCity = CodeToText[this.selectedOptions[1]]
|
|
this.deptBudgetList.sourceArea = CodeToText[this.selectedOptions[2]]
|
|
this.deptBudgetList.sourceArea = CodeToText[this.selectedOptions[2]]
|
|
this.deptBudgetList.deliveryProvince =
|
|
this.deptBudgetList.deliveryProvince =
|