退料编辑优化

This commit is contained in:
hayu 2026-02-09 15:05:42 +08:00
parent 2275cce061
commit ed15eeb45a
1 changed files with 4 additions and 3 deletions

View File

@ -638,11 +638,12 @@ export default {
}, },
mounted() { mounted() {
this.GetUnitData() this.GetUnitData()
this.GetProData()
if (this.backId) { if (this.backId) {
// //
this.rowId = this.backId this.rowId = this.backId
this.GetViewByApply() this.GetViewByApply()
} else {
this.GetProData()
} }
// getInfo().then((res) => { // getInfo().then((res) => {
// this.companyId = res.user.companyId // this.companyId = res.user.companyId