|
@@ -459,10 +459,11 @@ export default {
|
|
|
const fId = row.fId || this.ids
|
|
|
getWarehouse(fId).then(response => {
|
|
|
this.form = response.data['tWarehouse'];
|
|
|
- this.contactList= response.data['tWarehouseArea'];
|
|
|
+ this.contactList = response.data['tWarehouseArea'];
|
|
|
this.open = true;
|
|
|
this.title = "修改仓库";
|
|
|
- });
|
|
|
+ this.form.fCharg = this.form.fCharg == '1' ? '是' : '否'
|
|
|
+ })
|
|
|
},
|
|
|
/** 提交按钮 */
|
|
|
submitForm() {
|