update code

main
haha 2024-02-28 23:22:22 +08:00
parent 6d6a08686e
commit 42ad258750
1 changed files with 1 additions and 2 deletions

View File

@ -341,8 +341,7 @@ export default {
it.sel=(","+row.unit+",").indexOf(","+it.text+",")>=0;
});
getAssetsType(id).then(response => {
this.form = response.data;
this.form.sunit="";
this.form = {...response.data,sunit:''};
this.open = true;
this.title = "修改物资类型";
});