|
|
@@ -45,7 +45,7 @@ |
|
|
|
</template> |
|
|
|
|
|
|
|
<script> |
|
|
|
import { getMember , userDemand , updateDemand , selectDemand , base64Attach , showImg , deleteUserImg} from "@/api/user/index"; |
|
|
|
import { getMember , userDemand , updateDemand , selectDemand , base64Attach , showImg , deleteUserImg ,supplyDetail} from "@/api/user/index"; |
|
|
|
import { getInfo } from "@/api/login/index"; |
|
|
|
import {Dialog} from "vant"; |
|
|
|
export default { |
|
|
@@ -124,7 +124,7 @@ export default { |
|
|
|
}); |
|
|
|
}, |
|
|
|
getInteraction(){ |
|
|
|
selectDemand(this.$route.query.id).then(response => { |
|
|
|
supplyDetail(this.$route.query.id).then(response => { |
|
|
|
this.form.projectName = response.data.projectName; |
|
|
|
this.form.location = response.data.location; |
|
|
|
this.form.projectContent = response.data.projectContent; |
|
|
|