Commit a2effeee by 史敦盼

1

1 parent e72c69fe
Showing with 2 additions and 1 deletions
...@@ -443,6 +443,7 @@ export default { ...@@ -443,6 +443,7 @@ export default {
this.chpmProInitiation(this.form.projectType) this.chpmProInitiation(this.form.projectType)
this.MaterialWarehous(this.form.projectType) this.MaterialWarehous(this.form.projectType)
this.showType = false this.showType = false
this.upprojectType = this.form.projectType
}, },
async downloadObjectStr(row) { async downloadObjectStr(row) {
let params = { let params = {
...@@ -493,7 +494,7 @@ export default { ...@@ -493,7 +494,7 @@ export default {
} }
params.projectType = projectType params.projectType = projectType
let res = await chpmProInitiation(params) let res = await chpmProInitiation(params)
// this.resetForm() this.submitForm()
}, },
async MaterialWarehous(projectType) { async MaterialWarehous(projectType) {
this.mergingPos = 0 this.mergingPos = 0
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!