Merge branch 'main' of http://62.234.3.186:3000/sxyanzhu/YanZhuProject
commit
2117edbd51
|
@ -341,8 +341,7 @@ export default {
|
||||||
it.sel=(","+row.unit+",").indexOf(","+it.text+",")>=0;
|
it.sel=(","+row.unit+",").indexOf(","+it.text+",")>=0;
|
||||||
});
|
});
|
||||||
getAssetsType(id).then(response => {
|
getAssetsType(id).then(response => {
|
||||||
this.form = response.data;
|
this.form = {...response.data,sunit:''};
|
||||||
this.form.sunit="";
|
|
||||||
this.open = true;
|
this.open = true;
|
||||||
this.title = "修改物资类型";
|
this.title = "修改物资类型";
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue